.hog-grid .vce-posts-grid-list {
    display: grid !important;
    gap: 78px 60px !important;
    width: 100%;
}

.hog-grid.hog-grid-columns-1 .vce-posts-grid-list {
    grid-template-columns: 1fr !important;
}

.hog-grid.hog-grid-columns-2 .vce-posts-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.hog-grid.hog-grid-columns-3 .vce-posts-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.hog-grid.hog-grid-columns-4 .vce-posts-grid-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.hog-grid .vce-posts-grid-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hog-grid .vce-post-description {
    position: relative;
    width: 100%;
}

.hog-grid .vce-post-description-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
}

.hog-grid .vce-post-description--background-wrapper-box,
.hog-grid .vce-post-description--background-wrapper {
    width: 100%;
    height: var(--hog-image-height, 305px);
    overflow: hidden;
    background: #f4f4f4;
}

.hog-grid .vce-post-description--background {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .35s ease;
}

.hog-grid .vce-post-description:hover .vce-post-description--background {
    transform: scale(1.05);
}

.hog-grid .vce-post-description--content {
    padding-top: 18px;
}

.hog-grid .vce-post-description--title h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.hog-grid .vce-post-description--title h3 a {
    color: #1b1b1b;
    text-decoration: none;
}

.hog-grid .vce-post-description--title h3 a:hover {
    color: #1b1b1b;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .hog-grid .vce-posts-grid-list {
        gap: 60px 36px !important;
    }
}

@media (max-width: 767px) {
    .hog-grid .vce-posts-grid-list {
        grid-template-columns: 1fr !important;
        gap: 45px 0 !important;
    }

    .hog-grid .vce-post-description--background-wrapper-box,
    .hog-grid .vce-post-description--background-wrapper {
        height: 230px;
    }

    .hog-grid .vce-post-description--title h3 {
        font-size: 18px;
    }
}
