.section-benefits{
    padding-bottom:0px;
    background: #F5F5F5;
}

.benefits-content-wrapper{
    margin: 48px 0px 0px;
}

.benefits-content-wrapper .row{
    display: flex;
    align-items:center;
}

.benefits-content {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 48px 0;
    justify-content: space-between;
    gap: 40px;
}

.benefits-each {
    width: calc(50% - 78px);
    margin-bottom: 50px;
}

.benefits-each .icon-text{
    display: flex;
    gap:10px;
    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;
}


@media only screen and (max-width: 991px) {
    .benefits-each {
        width: 100%;
    }
}