        .main-news .tp-post__thumbnail img {
    height: 350px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.blog .tp-post-item {
    height: 100%;
    margin-bottom: 0;
}

.blog .row > .col {
    margin-bottom: 24px;
}

.main-news .tp-title a {
    color: var(--tp-secondary);
}

@media (max-width: 767.98px) {
    .main-news .tp-post__thumbnail img {
        height: unset;
    }
}
