.faq-item span {
    color: #fff;
    position: absolute;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 22px;
    line-height: 2.45;
    font-weight: 700;
    background-color: #7b3dbb;
    -webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
    box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
    width: 52px;
    height: 52px;
    text-align: center;
}

.as-text {
    border-bottom: 0 solid transparent !important;
}

.live-section .btn.btn-warning.anchor-js,
.step-section .btn.btn-warning.anchor-js,
.get-section .btn.btn-warning.anchor-js {
    text-transform: uppercase;
}
.main-section .form-title strong {
    color: #ebd943;
}
@media (min-width: 1200px) {
    .faq-item {
        min-height: 190px;
    }
}
@media (min-width: 191px) {
    .faq-item {
        min-height: 230px;
    }
}
@media (min-width: 767px) {
    .faq-item {
        min-height: 282px;
    }
}