.sbi-apollo-content-cards .sbi-apollo-content-cards__cards {
    margin-top: 60px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card__desktop-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__row {
    margin-bottom: 24px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__row:last-child {
    margin-bottom: 0;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card {
    border: 1px solid #DFDED9;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card .sbi-apollo-content-cards__cards__card__content {
    padding: 25px 20px 20px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card .sbi-apollo-content-cards__cards__card__content .sbi-apollo-content-cards__cards__card__content__title {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 10px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card .sbi-apollo-content-cards__cards__card__content .sbi-apollo-content-cards__cards__card__content__link {
    text-decoration: none !important;
    color: #025FAC !important;
    font-size: 16px;
    line-height: 21px;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card .sbi-apollo-content-cards__cards__card__content .sbi-apollo-content-cards__cards__card__content__link:hover {
    color: #007C79 !important;
}

.sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card .sbi-apollo-content-cards__cards__card__content .sbi-apollo-content-cards__cards__card__content__link i {
    margin-left: 6px;
    position: relative;
    top: 1px;
}

@media (min-width: 1400px){
    .sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card__desktop-image {
        height: 268px;
    }
}

@media (max-width: 1199px){
    
}

@media (max-width: 991px){
    .sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .sbi-apollo-content-cards .sbi-apollo-content-cards__cards__row {
        margin-bottom: 0;
    }

    .sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card__column {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px){
    
}

@media (max-width: 575px){
    .sbi-apollo-content-cards .sbi-apollo-content-cards__cards__card__column {
        margin-bottom: 15px;
    }
}