.home-resource-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-resource-grid:before,
.home-resource-grid:after {
    display: none;
}

.home-resource-column {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.bg-transparent .home-resource-card {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    margin-bottom: 0;
}

.home-resource-card .entry-header,
.home-resource-card .entry-thumbnail {
    width: 100%;
}

.home-resource-card .entry-thumbnail {
    position: relative;
    z-index: auto;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #e9edef;
}

.home-resource-card .entry-thumbnail a,
.home-resource-card .entry-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-resource-card .entry-thumbnail img {
    object-fit: cover;
}

.tr-section .home-resource-card .post-content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.home-resource-card .entry-meta {
    min-height: 24px;
}

.home-resource-card .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
}

.home-resource-card .entry-meta ul li {
    float: none;
    margin: 0;
}

.home-resource-card .entry-title {
    min-height: 52px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.45;
}

.home-resource-card .entry-title a {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 992px) {
    .home-resource-column {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home-resource-column {
        margin-bottom: 20px;
    }

    .home-resource-card .entry-title {
        min-height: 48px;
        font-size: 17px;
    }
}
