.slogan-with-logos {
    margin: 120px 0;
}
.light-blue .slogan-with-logos {
    padding: 64px 0;
}

.slogan-with-logos .title-h3 {
    margin-bottom: 40px;
}

.slogan-with-logos__subtitle {
    margin: -5px auto 40px;
    max-width: 840px;
    font-size: 18px;
    line-height: 28px;
    color: #808899;
}

.slogan-with-logos .logos-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logo-wrapper.anim_welcome_item_2 {
    margin: 0 auto;
}

.slogan-with-logos .text{
    margin: -8px auto 60px;
    max-width: 800px;
}
@media screen and (max-width: 1350px) {
    .light-blue .slogan-with-logos {
        padding: 48px 0;
    }
    .slogan-with-logos .title-h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .slogan-with-logos__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .slogan-with-logos .text{
        margin: -16px auto 40px;
    }
}
@media screen and (max-width: 980px) {
    .slogan-with-logos {
        margin: 80px 0;
    }

    .slogan-with-logos .title-h3 {
        margin-bottom: 32px;
    }

    .slogan-with-logos .text{
        text-align: center;
    }
}
@media screen and (max-width: 750px) {
    .slogan-with-logos {
        margin: 60px 0;
    }
    .light-blue .slogan-with-logos {
        padding: 40px 0;
    }

    .slogan-with-logos .title-h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }

    .slogan-with-logos__subtitle {
        margin: -5px auto 24px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .slogan-with-logos .logos-wrapper {
        /* display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr; */
    }

    .slogan-with-logos .text{
        text-align: left;
        margin: 0 auto 24px;
    }
}
@media screen and (max-width: 457px) {
    .slogan-with-logos .logos-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}