.header__wrapper__title.benefits__title {
    margin-bottom: 2.2rem;
    margin-top: 3.5rem;
}
ul.benefits__list {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-left: 40px;
    display: list-item;
    list-style-position: outside;
}
ul.benefits__list li {
    display: list-item;
}
.work__card__icon img {
    height: 65px;
}
.contact__wrapper__text p {
    margin-top: 1.3rem;
}
.header {
    padding-bottom: 7rem;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #6c63ff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer__info {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}
.form_field input {
    margin-bottom: 3rem;
}
.story__text {
    flex-direction: column;
}
.story__text p {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .work__card {
        height: initial;
        padding: 0 3rem 2rem;
    }
}
