.hero-background {
    pointer-events: none;
}

.hero-background .container > * {
    pointer-events: all;
}

.icon.icon-linkedin {
    color: red;
}

.icon.icon-linkedin::before {
    display: inline-block !important;;
    text-rendering: auto !important;;
    -webkit-font-smoothing: antialiased !important;;
    font: var(--fa-font-brands) !important;;
    content: "\f392" !important;
}

.news-list-events .news-list-events-items .news-list-events-item {
    container-type: inline-size;
    container-name: news-list-event-item;
}
@container news-list-event-item (max-width: 430px) {
    .news-list-events .news-list-events-items .news-list-events-item .row {
        display: block;
    }
    .news-list-events .news-list-events-items .news-list-events-item .row > div {
        width: 100%;
    }
}
