
.btn-primary-speedx,
.btn-primary-internet,
.btn-primary {
    background: #4564ED;
    border: none;
    border-radius: 8px;
    padding: 13px 24px;
    font-family: 'SF Pro', sans-serif;
    font-size: 16px;
    font-weight: 410;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.btn-primary-speedx:hover,
.btn-primary-internet:hover,
.btn-primary:hover {
    background: #3850d6;
}

.btn-primary-speedx:active,
.btn-primary-internet:active,
.btn-primary:active {
    background: #232A85;
    transform: translateY(-2px);
}

/*  */
.btn-secondary-speedx,
.btn-secondary-internet,
.btn-secondary {
    background: #F3F3F3;
    border: none;
    border-radius: 8px;
    padding: 13px 24px;
    font-family: 'SF Pro', sans-serif;
    font-size: 16px;
    font-weight: 410;
    line-height: 22px;
    color: #4564ED;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.btn-secondary-speedx:hover,
.btn-secondary-internet:hover,
.btn-secondary:hover {
    background: #E7E7E7;
}

.btn-secondary-speedx:active,
.btn-secondary-internet:active,
.btn-secondary:active {
    background: #D0D0D0;
    transform: translateY(-2px);
}

.btn--lg {
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.btn--sm {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/*  */
@media (min-width: 768px) and (max-width: 900px) {
    .btn--lg {
        padding: 11px 20px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .btn--sm {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .btn--lg {
        padding: 9px 20px;
    }
}

@media (max-width: 540px) {
    .btn--w100 {
        width: 100%;
    }
}

