/* About Partners  Block style */

body.page-template-template-partners{

    font-family: 'Proxima Nova Rg';

}


.pagero-about img{
    float: none !important;
}


.sec-spacing{

    padding:79px 0px 80px;

}





.section-about-partner img{

    float:right;

    width:90%;

}



.section-about-partner .row{

    display:flex;

    justify-content: center;

    align-items: center;

}



h2.section-title{

    color: #000;

    font-size: 44px;

    font-style: normal;

    font-weight: 800;

    line-height: normal; /* 125% */

    margin-bottom:10px;

}



p.content{

    color: #000;

    text-align: justify;

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: 40px;

}
.about-sub-title-first{
    color:#2B2B6B;
    padding-bottom:39px;
    padding-top:10px;
    font-weight: 700;
}
.pagero-about{
    padding-top:79px;
}

@media only screen and (max-width: 991px){

    h2.section-title{

        font-size:28px;

        line-height: 38px;

    }



    p.content{

        font-size: 18px;

        line-height: 28px;

    }



    .sec-spacing {

        padding: 49px 0px 40px;

    }



    .section-about-partner .row .col-12{

        margin-bottom:20px;

    }



}