body {
    background: url('../img/body-bg.svg') no-repeat top 217% right -171%;
}

.hero__title {
    color: #082180;
    font-family: "Assistant";
    font-size: 61px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.61px;
    background: url('../img/bg-headline.svg') bottom -15% left 10% no-repeat;
}
.hero__list {
    list-style: none;
}
.hero__subtitle,
.hero__item {
    color: #082180;
    font-family: "Assistant";
    font-size: 39px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
}
.hero__item:before {
    content: '•';
    color: #00e5a1;
    font-family: "Assistant";
    font-size: 39px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    margin-inline: 0.5rem;
}
.hero__text {
    color: #082180;
    font-family: Assistant;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.people__picture {
    width: 103px;
    height: 103px;
    box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.29);
    border-radius: 50%;
    overflow: hidden;
}
.people__img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.people__name {
    color: #082180;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.form {
    background: url('../img/bg-footer.png') top center no-repeat;
}
.thanks {
    min-height:30vh;
}
.form__title {
    font-family: Assistant;
    font-size: 41px;
    font-weight: 700;
}
.form__submit {
    font-size: 1.375rem;
    padding: 16px 70px;
    border-radius: 50px;
    color: #082180;
}
.form__text {
    font-family: Assistant;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
@media (max-width: 992px) {
    .header {
        background: linear-gradient(90deg, rgba(4, 17, 65, 1) 0%, rgba(8, 33, 127, 1) 100%);
    }
    .header__logo {
        max-width: 80%;
    }
    .hero__title {
        font-size: 39px;
        background-position: bottom -10% center;
        background-size: 70%;
    }
    .hero__subtitle,
    .hero__item {
        font-size: 24px;
        line-height:1.3;
    }
    .hero__text {
        font-size: 16px;
    }
    .form {
        background-size: auto 100%;
    }
    .form__title {
        font-size: 21px;
    }
    .form__submit {
        font-size: 26px;
        padding-block: 9px;
    }
    .form__text {
        font-size: 15px;
        line-height: 19px;
    }
    .people__item {
        width: 50%;
    }
    .people__name {
        font-size: 19px;
    }
    .people  {
        background: url(../img/body-bg.svg) no-repeat top 56% right 98%;
    }
    .form-top {
    background: url('../img/mob-form-bg.png') top center no-repeat;
    }
    .form-bottom {
    background: url('../img/mob-form-bg-bottom.png') top center no-repeat;
    }
    .thanks {
        min-height:10vh;
    }
    .mob-footer {
        background: url('../img/mob-footer-bg.png') top center no-repeat;
    }
    .mob-footer a {
        font-size:45px;
        font-weight:600;
        color:white !important;
        text-decoration:none;
    }
    }
}