.categories-two-column {
    margin: 72px 0;
}
.two-colum-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categories-two-column .col-md-6:first-child .two-colum-post-wrapper {
    margin-bottom: 32px;
}

.categories-two-column .col-md-6:nth-child(2) .two-colum-post-wrapper {
    margin-bottom: 32px;
}

.two-column-post-image {
    max-width: 30%;
    width: 30%;
}

.two-column-post-image img {
    height: 125px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.two-column-post-content {
    max-width: 68%;
    width: 68%;
}

@media(max-width: 991px) {
    .two-column-post-image img {
        height: 100px;
    }
    .categories-two-column .col-md-6:nth-child(3) .two-colum-post-wrapper {
        margin-bottom: 32px;
    }
}
