.news-by-category .border-right-item {
    border-right: 1px solid #E3E3E3;
}

.social-platforms .post-content {
    flex: 1;
    min-width: 200px;
}

.social-platforms .social-platform-icon {
    right: -8px;
    bottom: -8px;
    border-radius: 4px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
    background: #ffffff;
}

.newsroom-featured-card {
    height: 480px;
}

.newsroom-featured-item {
    min-height: 150px !important;
}

@media (max-width: 768px) {
    .news-by-category .border-right-item {
        border-right: unset;
    }

    .newsroom-featured-card {
        height: 280px;
    }

    .newsroom-featured-card img {
        height: 240px;
        object-fit: contain;
    }
}
