.menu-btn__burger,
.menu-btn__burger::before,
.menu-btn__burger::after {
    background-color: var(--white);
}

.full-page-header .container-1920{
    background-image: url("../images/chi-siamo.jpeg");
    min-height: 50vh;
}
.full-page-header.event-page .container-1920{
    background-image: url("../images/pagina-evento.jpg");
}
.full-page-header.blog-page .container-1920{
    background-image: url("../images/pagina-blog.jpg");
}
.full-page-header .container-1920 a{
    position: absolute;
    z-index: 2;
}

.images-section{
    padding-bottom: 120px;
}

@media (max-width: 1400px){
    .respect h3 {
        font-size: 66px;
        letter-spacing: 0;
        text-align: center;
        line-height: 74px;
    }

    .respect-text p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 992px){
    .images-section{
        padding-bottom: 70px;
    }

    .respect h3 {
        font-size: 56px;
        line-height: 64px;
    }

    .respect h3 br{
        display: none;
    }
}

@media (max-width: 767px){
    .images-section{
        padding-bottom: 50px;
    }
}

@media (max-width: 560px){
    .respect h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .full-page-header .container-1920{
        background-image: url("../images/chi-siamo-mobile.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .full-page-header.event-page .container-1920{
        background-image: url("../images/pagina-evento-mobile.jpg");
    }
    .full-page-header.blog-page .container-1920{
        background-image: url("../images/pagina-blog-mobile.jpg");
    }
}




