.fos_partner {
    background-image: url(/img/fos_partner/picture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px;
    margin: 0 auto 84px;
    display: flex;
}

.fos_partner .container {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.fos_partner_title {
    font-family: "Prosto One", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 25px;
}

.fos_partner_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.fos_partner .successful_sending_text_title, .fos_partner .successful_sending_text_subtitle {
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .fos_partner {
        height: 700px;
    }
}

@media screen and (max-width: 672px) {

}