.section-comunicazione-importante {
    width: 100%;
    text-align: center;
    scroll-margin-top: 6em;
    font-size: 14px;
    padding: 6px 0;
    font-weight: 600;
    background: #35ffb6;
    position: relative;
}

.close-banner {
    display: flex;
    position: absolute;
    align-items: center;
    top: 9px;
    right: 15px;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
}

.close-banner .fa-xmark {
    margin-left: 4px;
}