@media screen and (min-width: 993px) {
    .offcanvas ul li:last-child {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -40px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -40px
    }
}

@media screen and (min-width: 1300px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -70px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -70px
    }
}

@media screen and (max-width: 992px) {

    /* HEADER */
    .header-svg {
        width: 250px;
    }

    .riga-riferimento {
        height: 400px;
    }

    .img-full {
        .position-absolute {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 100) 100%);
        }
    }

    .brand-title {
        font-weight: normal;
    }

    #footer {
        .social {
            text-transform: uppercase;
        }
    }

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 50px;
        line-height: 55px;
        font-weight: normal;
    }

    h3 {
        font-size: 48px;
        line-height: 60px;
        font-weight: normal;
    }

    h4 {
        font-size: 28px;
        line-height: unset;
        font-weight: bold;
    }
}