.page-title__about-service-img {
    width: 117.3rem;
    height: 81.1rem;
    right: -3.2rem;
    top: -20rem;
}
.page-title__description {
    width: 67.9rem;
}
@media (max-width: 48em)  {
    .page-title__about-service-img {
        width: 41.5rem;
        height: 28.8rem;
        top: -3rem;
        right: -1rem;
    }
    .page-title__description {
        width: auto;
    }
    .page-title__body {
        margin-top: 24.8rem;
    }
}

.who-are-we {
    margin-top: 25rem;
}
.who-are-we__content {
    margin-top: 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.who-are-we__img {
    width: 69.6rem;
    height: 67rem;
}
.who-are-we__description {
    display: flex;
    flex-direction: column;
    width: 82rem;
    gap: 1.6rem;
}
.who-are-we__cards {
    margin-top: 4.4rem;
    display: flex;
    gap: 4rem;
}
.who-are-we__card {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    background: #F5F6F7;
    border-radius: 1.2rem;
    padding: 1.6rem;
    align-items: center;
    width: 24.7rem;
}
@media (max-width: 48em) {
    .who-are-we {
        margin-top: 8rem;
    }
    .who-are-we__content {
        margin-top: 4rem;
        flex-direction: column;
        gap: 3.2rem;
    }
    .who-are-we__img {
        width: 34.3rem;
        height: 33rem;
    }
    .who-are-we__description {
        width: auto;
        gap: 1.2rem;
    }
    .who-are-we__cards {
        margin-top: 2.4rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1.2rem;
        justify-content: space-between;
    }
    .who-are-we__card {
        padding: 1.2rem;
    }
    .who-are-we__card:not(:last-child) {
        width: 16.5rem;
    }
    .who-are-we__card:last-child {
        width: 100%;
    }
}

.approach-to-work {
    margin-top: 13.9rem;
    padding-block: 8rem;
    position: relative;
}
.approach-to-work .wrapper__header {
    width: 59rem;
}
.approach-to-work__cards {
    margin-top: 4.8rem;
    position: relative;
    z-index: 1;
}
.approach-to-work__cards .mini-card {
    width: 39rem;
}
.approach-to-work__cards .swiper-wrapper {
    display: flex;
    gap: 4rem;
}
.approach-to-work__img {
    position: absolute;
    top: 4.5rem;
    right: 3.9rem;
    width: 27.6rem;
    height: 47.3rem;
    z-index: 0;
}
@media (max-width: 48em) {
    .approach-to-work {
        margin-top: 4rem;
        padding-block: 4rem;
        overflow: hidden;
    }
    .approach-to-work .wrapper__header {
        width: auto;
    }
    .approach-to-work__cards {
        margin-top: 4rem;
    }
    .approach-to-work__cards .mini-card {
        height: auto;
        width: 32rem;
    }
    .approach-to-work__cards .mini-card:first-child {
        margin-left: 1.6rem;
    }
    .approach-to-work__cards .mini-card:last-child {
        margin-right: 1.6rem;
    }
    .approach-to-work__cards .swiper-wrapper {
        gap: 0;
    }
    .approach-to-work__img {
        top: unset;
        bottom: -1rem;
        right: -2.3rem;
        width: 15.6rem;
        height: 26.7rem;
    }
}

.trust-us {
    margin-top: 14.4rem;
}
@media (max-width: 48em) {
    .trust-us {
        margin-top: 4rem;
    }
}

.online-is-convenient {
    margin-top: 22.3rem;
}
.online-is-convenient .wrapper__header {
    width: auto;
}
.online-is-convenient__content {
    display: flex;
    justify-content: space-between;
    margin-top: 4.8rem;
    align-items: center;
}
.online-is-convenient__description {
    width: 82rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}
.online-is-convenient__img {
     width: 69.6rem;
    height: 50.6rem;
}
@media (max-width: 48em) {
    .online-is-convenient {
        margin-top: 8rem;
    }
    .online-is-convenient__content {
        flex-direction: column;
        margin-top: 4rem;
        gap: 3.2rem;
    }
    .online-is-convenient__description {
        width: auto;
    }
    .online-is-convenient__img {
        width: 34.3rem;
        height: 24.9rem;
    }
}

.submit-application {
    margin-top: 22.4rem;
}
@media (max-width: 48em) {
    .submit-application {
        margin-top: 8rem;
    }
}

.footer {
    margin-top: 14.4rem;
}
@media (max-width: 48em) {
    .footer {
        margin-top: 4rem;
    }
}
