.online-bank-index .top-choices .home-review-heading {
    display: none;
}
.online-bank-index .top-choices:nth-child(1) .home-review-heading {
    display: block;
}
.online-bank-index .topPromoLine {
    font-size: 14px;
    padding-top: .5rem;
    width: 100%;
    margin-bottom: .25rem;
}

@media only screen and (max-width: 767px) {
    .online-bank-index .card .row {
        min-height: 135px;
    }
   .online-bank-index .top-choices .product-start .card-body {
       padding-top: 1rem;
   }
    /*Left Side*/
    .online-bank-index .topPromoLine {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25;
        text-indent: 0;
        padding-right: 1rem;
        margin-top: 0;
        padding-top: .5rem;
    }
    .online-bank-index .top-choices .product-start .card-body:has(.top-badge) .topPromoLine {
        padding-top: 0;
    }
    .online-bank-index .top-choices .product-start .card-body .top-badge {
        padding-top: .5rem;
    }
    /*right side*/
    .online-bank-index.simplifiedChartMobile .product-pricing .card-body {
        margin-top: .5rem;
    }
    .online-bank-index .btn-view-plan {
        margin-top: .25rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .online-bank-index .home-review-heading, .online-bank-index .top-choices:nth-child(1) .home-review-heading, .online-bank-index .top-choices.bg-white .home-review-heading {
        width: 80%;
    }
}