.sr-cards-grid-02 .cards.row [class*="col-"] {
    padding: 0;
    border: 1rem solid transparent;
}
.sr-cards-grid-02 .card {
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 3.35rem 2.2rem !important;
    border-radius: 0 !important;
    border: 1px solid;
    border-color: #e5e7ea;
}
.sr-cards-grid-02 .card:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.sr-cards-grid-02 .card-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sr-cards-grid-02 .card-inner .cta-group {
    margin-top: auto;
}
.sr-cards-grid-02 .card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
@media (max-width: 768px) {
    .sr-cards-grid-02 .heading br, .sr-cards-grid-02 .description br {
        display: none;
    }
}