.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;
}


body.mobile-view .press-page {
    font-size: 14px;
}

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

