.press-page h2 {
    padding-bottom: 0;
}

.press-page-box {
    margin: 65px 0;
}

.press-page .sottotitolo {
    text-transform: uppercase;
    font-weight: 600;
}


.press-box {
    background-color: var(--vn-white-smoke);
    width: 100%;
    height: 295px;
    position: absolute;
    margin-top: 88px;
}

.press-page-sottotitolo {
    font-style: italic;
    margin: 8px 0;
}


@media screen and (max-width: 1280px) {
    .press-page {
        font-size: 14px;
    }

    .press-box {
        height: 695px;
        margin-top: 57px;
    }

}
