.section_features__card{
    position: relative;
}
.section_features .card-inner {
    height: inherit;
}
/* #section_features .section_features__card:last-child:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 555px;
    height: 365px;
    margin-top: -40px;
    margin-bottom: -85px;
    margin-left: -94px;
    margin-right: -54.5px;
    background-image: url(/local/templates/landing/assets/images/plusicons.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

@media (max-width: 991px) {
    /* #section_features .section_features__card:last-child:before{
      display: none;
    } */
    #section_features .section_features__card {
        max-width: 92%;
    }
    #section_features .section_features__card:nth-child(2n+1){
        padding-left: 86px;
    }

    #section_features .font-h2 {
        font-size: 28px;
    }

    .section_features__card:nth-child(even) {
        padding-left: 0px;
        
    }
}

@media (max-width: 600px) {
    .section_features .card-inner {
        max-width: none;
        width: 100%;
    }
}

#section_features .section_features__card:last-child{
    display: flex!important;
}