.text-color {
    color: #ffed00;
}

.hero__img {
    left: 250px;
}

.form__bg {   
     bottom: -40px;
}

.director__bg {
     background: #f1f1f1;
 }
.form__img {
    max-width: 565px;
}

.form__title {
    color: #ffffff;

}

.form__descr {
    color: #ffffff;
}

.director__container {

    min-height: 690px;
}

.director__person {
    margin-top: 0px;

}
.quiz__benefits-item, .examples__benefits-item {
      background: linear-gradient(to right, #0b64c0, #027bc4);
}

@media (max-width: 992px) {
    .hero__img, .lead .hero__descr {
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    .benefits__item {
        padding: 20px;
        border-radius: 15px;
    }
}

@media (max-width: 992px) {
.benefits__item-title {
    margin: 0 0 10px;
    max-width: 270px;
    font-size: 20px;
    line-height: 1.2;
}
}

@media (max-width: 992px) {
.benefits__item-descr {
    font-size: 15px;
    max-width: 250px;
    margin: 0;
    line-height: 1.4;
}
}

@media (max-width: 992px) {
.after__card-title {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 0;
}
}

@media (max-width: 992px) {
.after__card-item {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}
}



@media (max-width: 992px) {
.after__card-list {
  
    gap: 5px;
}
}

.after__card-title {
    line-height: 1.4;
    
}

.hero__benefit-cart {
    line-height: 1.5;

}

.benefits__item-title {

    max-width: 240px;
  
}

.reviews__item-text {
    max-width: 330px;
  
}

@media (max-width: 992px) {
    .hero__title {

        margin-bottom: -10px;
    }


    .header__wrap {

        gap: 10px;

    }


    .hero__container {
 
        padding: 0px 15px;
    }

.hero__benefit-cart {

    padding: 10px 10px 10px 150px;

}
}


.examples__card-list {

    gap: 5px;

}

