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

    .features-title {
        padding-bottom: 0.25em !important;
    }

    /* FeatureElement b-row */
    .fe-row {
        margin-top: 1.2em;
    }

    /* FeatureElement b-col */
    .fe-col {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        max-height: 1.5em;
    }
}