@media (max-width: 1050px) {
    .trust {
        background-position: center;
    }
    .faq__box-image {
        width: 50%;
    }
}
@media (max-width: 930px) {
    .faq__boxes {
        grid-template: repeat(4, 1fr) / 1fr;
        justify-items: center;
        gap: 15px;
    }
}
@media (max-width: 800px) {
    .help__inner {
        flex-direction: column-reverse;
    }
    .help__image {
        width: 100%;
        height: auto;
        object-position: top right;
    }
}
@media (max-width: 768px) {
    .trust{
        background-position: 60%;
        height: 320px;
        padding-left: 16px;
    }
    .trust__title{
        font-size: 24px;
        padding-bottom: 11px;
        margin-bottom: 10px;
    }
    .trust__subtitle{
        font-size: 14px;
        max-width: 180px;
        width: 100%;
    }
    .trust__list{
        padding-left: 10px;
        max-width: 207px;
        width: 100%;
    }
    .trust__item{
        font-size: 10px;
    }
    .faq__link{
        display: none;
    }
    .faq__box-image{
        width: 150px;
        height: 150px;
    }
    .faq {
        padding: 26px 0 34px;
    }
    .faq__title {
        padding: 0 20px;
        font-size: 24px;
    }
    .faq__subtitle {
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 34px;
    }
    .faq__box-title {
        font-size: 12px;
    }
    .faq__box-text {
        font-size: 8px;
    }
    .faq__box-link {
        display: block;
        font-weight: 600;
        font-size: 10px;
        line-height: 161%;
        text-transform: capitalize;
        text-align: center;
        color: #e78760;
        margin-right: 4px;
        background: none;
        padding: 0;
    }
    .faq__box-content{
        padding: 10px 14px 10px 18px;
    }
    a {
        padding: 7px 15px;
    }
    .help__title {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .help__subtitle {
        font-size: 14px;
    }
    .help__link {
        font-size: 10px;
    }
    .top__text {
        font-size: 18px;
        margin-top: 86px;
    }
    .top__title {
        font-size: 36px;
    }
    .top__subtitle {
        font-size: 12px;
    }
    .header__link {
        display: none;
    }
    .header {
        padding: 0;
    }
    .top {
        height: 424px;
    }
    .top__link {
        font-size: 10px;
    }
    .footer__title{
        font-size: 24px;
    }
    .footer__subtitle{
        font-size: 10px;
        line-height: 250%;
        padding: 0 44px;
    }
    .footer{
        padding: 39px 0 44px;
    }
    .footer__link{
        padding: 12px 24px;
    }
}

@media (max-width: 400px) {
    .trust{
        background-position: 50%;
    }
}

