.media-item__top {
    height: 140px;
    background: 50% no-repeat #fff;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}
.media-item__bottom {
    padding: 16px;
    background: #fff;
}
.media-item__bottom a {
    color: #1E2F46;
}
.media h2,
.media .h2 {
    margin-bottom: 8px;
}
.media h3,
.media .h3 {
    margin-bottom: 8px;
    transition: all .3s;
}
.media-item__text {
    color: #788290 !important;
    font-size: 14px;
    line-height: 20px;
}
.media-item:hover h3,
.media-item:hover .h3 {
    color: #0868C2;
}
@media (min-width: 768px) {
    .media-item__top {
        height: 172px;
    }
    .media-item__bottom {
        padding: 24px 24px 28px;
    }
    .media h2,
    .media .h2 {
        margin-bottom: 8px;
    }
    .media h3,
    .media .h3 {
        margin-bottom: 12px;
    }
}
@media (min-width: 1260px) {
    .media h2,
    .media .h2 {
        margin-bottom: 28px;
    }
}
