.accredito-stampa-2025 .header h1 {
    font-size: 8rem;
    font-weight: 900;
    color: black;
}
.accredito-stampa-2025 .message-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 4rem;
    text-align: center;
}
.accredito-stampa-2025 .message-box p {
    font-size: 1.8rem;
}
.accredito-stampa-2025 .navigation {
    padding: 1rem 2rem;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.accredito-stampa-2025 .navigation .nav-prev, .accredito-stampa-2025 .navigation .nav-next {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.accredito-stampa-2025 .navigation .nav-next a, .accredito-stampa-2025 .navigation .nav-prev a {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
}

/**
 *
 * MEDIAQUERY MOBILE
 *
 */
@media screen and (max-width: 600px) {
    .accredito-stampa-2025 .message-box {
        padding: 2rem;
    }
}
