.home_partenaires
{
    display: flex;
    width: 100%;
    justify-content: center;
    background: #F0F3F5;
    padding: calc( 70 * calc( 100vw / 1440 ) ) 0px;
}

.home_partenaires_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1400px;
    justify-content: space-between;
}

.home_partenaires_left
{
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: center;
}

.home_partenaires_right
{
    display: flex;
    width: calc( 55% - 20px );
    flex-direction: column;
}

.home_partenaires_left img
{
    width: 100%;
    height: auto;
}

.home_partenaires_right_ttl
{
    display: flex;
    width: 100%;
    align-items: center;
    margin: unset;
    padding: unset;
}



@media (max-width: 1280px)
{
    .home_partenaires_right_ttl
    {
        justify-content: center;
    }
}

.home_partenaires_right_ttl > span:nth-child(1)
{
    background: #3695D8;
    width: 4px;
    margin-right: calc( 20 * calc( 100vw / 1440 ) );
    min-height: calc( 40 * calc( 100vw / 1440 ) );
}

.home_partenaires_right_ttl > span:nth-child(2)
{
    font-size: calc( 36 * calc( 100vw / 1440 ) );
    font-family: 'OS_LightItalic', sans-serif;
    line-height: 1;
    color: #3695D8;
}

@media (min-width: 1441px)
{
    .home_partenaires_right_ttl > span:nth-child(1)
    {
        margin-right: 20px;
        min-height: 40px;
    }
    .home_partenaires_right_ttl > span:nth-child(2)
    {
        font-size: 36px;
    }
}

.home_partenaires_right_ttl > span:nth-child(2) > span
{
    font-family: 'OS_Bold', sans-serif;
}

@media (max-width: 1024px)
{
    .home_partenaires_right_ttl > span:nth-child(1)
    {
        margin-right: 20px;
        min-height: 30px;
    }
    .home_partenaires_right_ttl > span:nth-child(2)
    {
        font-size: 30px;
    }
}


@media (max-width: 900px)
{
    .home_partenaires_sz
    {
        flex-direction: column;
        align-items: center;
    }

    .home_partenaires_right
    {
        width: calc( 100% - 100px );
        margin-top: 32px;
    }
}

.home_partenaires_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: calc( 36 * calc( 100vw / 1440 ) );
}

@media (min-width: 1441px)
{
    .home_partenaires_list
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: calc( 36 * calc( 100vw / 1440 ) );
    }
}

.home_partenaires_list_i
{
    display: flex;
    width: 180px;
    height: 148px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    margin: 11px;
    transition: all 345ms ease;
}

.home_partenaires_list_i:hover
{
    border: 1px solid #3695D8;
}

.home_partenaires_list_i img
{
    max-width: calc( 100% - 20px );
    height: auto;
}
@media (max-width: 600px)
{
    .home_partenaires_right
    {
        width: calc( 100% - 20px );
        margin-top: 32px;
    }

    .home_partenaires_list_i
    {
        width: calc( 50% - 20px );
        margin: 4px;
        height: 140px;
    }
}
