.row {
    display: flex;

    @media only screen and (max-width: 575px) {
        flex-direction: column;
    }
}
.main__content .col-sm-4 {
    /* padding: 0 1.5rem 0 1.1rem !important; */
    margin: 0 0 2.5rem 0 !important;
    /* max-height: 280px; */
    overflow: hidden;
}
a.custom-cards-grid__card.custom-card img.custom-card__image {
    /* height: 170px; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.custom-cards-grid__card.custom-card .custom-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #1e1e1e;
    color: #fff;
    flex-grow: 1;
    font-weight: 400;
    padding: 1rem;
    text-transform: uppercase;
	font-size: 15.5px;
    line-height: 21px;
	/* height: 110px; */
    height: 100%;
}
.custom-cards-grid__card.custom-card .custom-card__content p {
    margin: 0;
}
a.custom-cards-grid__card.custom-card {
    text-decoration: none !important;
}