.section-benefits{

    padding-bottom:0px;

    background: #F5F5F5;

}

.pagero-benifit{
    padding-bottom:50px;
}
.benefits-content-wrapper{

    margin: 48px 0px 0px;

}
 .pagero-icon {
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pagero-icon img {
  /* width: 100%; */
  width: 35px;
  height: 100%;
  object-fit: contain;
  display: block;
}

.benefits-content-wrapper .row{

    display: flex;

    /* align-items:center; */

}

.pagero-icon-text-img{
    display: flex;
}

.benefits-content {

    display: flex;

    align-items: stretch;

    flex-wrap: wrap;

    margin: 48px 0;

    justify-content: space-between;

    gap: 60px;

}



/* .benefits-each {

    width: calc(50% - 78px);

    margin-bottom: 50px;

} */



.benefits-each .icon-text{

    display: flex;

    gap:15px;

    margin-bottom: 23px;

    align-items: center;

}



.benefits-each .title{

    color: #000;

    font-size: 24px;

    font-style: normal;

    font-weight: 700;

    line-height: 24px;

}



.benefits-each .details{

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

    color: #000;

    text-align: justify;

}


.details.pagero-details, .section-partners-inner-banner p{
    text-align: left!important;
}


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

    .benefits-each {

        width: 100%;

    }

}

.section-benefits.sec-spacing.pagero-benifit p.content{
        text-align: left!important;
    }

@media (-webkit-device-pixel-ratio: 1.5) {
    .single-partners h1, .single-partners .h2, .single-partners h3, .single-partners h4, .single-partners h5, .single-partners h6,   .single-partners img {
        zoom: 0.64;
    }
    .section-partners-inner-banner p, p.content, .details.pagero-details{
        font-size: 18px;
        line-height: 24px;
    }
    .main-menu{
        zoom: 0.82;
    }
}