@media (min-width: 480px) {
    .tel-btn {
        border: none!important;
        display: block;
    }
    .tel-btn-mobile {
        border: none!important;
    }
    .tel-btn-mobile-cont {
        border: none!important;
        display: none;
        text-align: center;
    }
}

.phone-mobile-only {
    display: none;
}

@media (max-width: 479px) {
    .tel-btn {
        border: none!important;
        display: none;
    }
    .tel-btn-mobile {
        border: none!important;
    }
    .tel-btn-mobile-cont {
        border: none!important;
        display: block;
        text-align: center;
    }
    .phone-mobile-only {
        display: block;
    }
}


@media screen and (max-width: 991px) {
    .dropdown-list-4.w-dropdown-list {
        display: block!important;
        background: white;
    }
    .nav-link-15_nav.w-dropdown-toggle {
        display: none!important;
    }
}

.h1_15 {
    margin-bottom: 50px;
}

#foto .g05_container {
    margin: auto;
}

.button-10.ghost.margin-left {
    margin-left: 0;
}