
.row-benefits .section__wrapper {
     padding-bottom: 0;
}
.row-benefits div.card {
     margin-bottom: 0;
}
.row-benefits .content__list img {
     max-width: 65px;
     margin-bottom: 10px;
}
.row-benefits .content__list small {
     font-size: 18px;
     font-weight: normal;
}
.row-benefits .content__list {
     margin-top: 0;
}

@media (max-width: 991px) {
     .row-benefits div.card {
          margin-bottom: 20px;
     }
}
@media (max-width: 575px) {
     .row-benefits .card {
          display: flex;
          align-items: center;
          text-align: left;
     }
     .row-benefits img {
          margin:0 15px 0 0;
     }
}