.fos_partner {
    background-image: url(/img/fos_partner/picture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px;
    display: flex;
}

.fos_partner .container {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.fos_partner_title {
    color: #fff;
    margin-bottom: 25px;
}

.fos_partner_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
}

.fos_partner .successful_sending_text_title, .fos_partner .successful_sending_text_subtitle {
    color: #fff;
}

.fos_partner .privacyPolicy {
    color: #fff;
    opacity: 0.6;
}

@media screen and (max-width: 1080px) {
    .fos_partner {
        height: 700px;
        background-image: url(/img/fos_partner/picture_tablet.jpg);
    }

    .fos_partner .container {
        width: 55%;
        flex-direction: column;
        justify-content: flex-start;
    }

    .fos_partner_title {
        font-size: 35px;
    }

    .fos_partner_subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 672px) {
    .fos_partner {
        height: 700px;
        background-image: url(/img/fos_partner/picture_mobile.jpg);
    }

    .fos_partner .container {
        width: 347px;
    }
}