@media (max-width:768px) {
    .carousel {
        margin-bottom: 0;
    }
    .carousel-item {
        background-position: center;
    }
    .carousel-item.sfondo-mobile-destra {
        background-position: right;
    }
    .titoletto,
    .featurette-heading {
        font-size: 33px;
    }
    .py-5 {
        padding-top: 1rem !important;
    }
    #lo_studio {
        scroll-margin-top: 3.7rem;
    }
    #aree_attivita,
    #investire_in_iran,
    #contatti {
        scroll-margin-top: 2.8rem;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    #investire_in_iran img {
        width: 100%;
        padding: 1rem 0 1rem 0;
    }
    .carousel-caption.trasparente {
        top: 2rem;
    }
    #carosello .logo {
        width: 7rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bandierina {
        position: inherit;
    }
    .featurette-heading {
        margin-top: 1rem;
    }
    .visibile-mobile {
        display: inherit !important;
    }
    .san-peter {
        background-position: right -4em top;
    }
}