.news__linkedin-embed {
    display: flex !important;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
}

.news__linkedin-embed iframe {
    flex: 0 0 504px !important;
    width: 504px !important;
    height: 650px !important;
    border: none;
}

@media (max-width: 1200px) {
    .news__linkedin-embed iframe {
        flex: 0 0 450px !important;
        width: 450px !important;
        height: 600px !important;
    }
}

@media (max-width: 768px) {
    .news__linkedin-embed iframe {
        flex: 0 0 85vw !important;
        width: 85vw !important;
        height: 550px !important;
    }
}
