.main-header .sub-menu {
    font-size: 9px;
    text-align: right;

    @media screen and (min-width: 768px) {
        font-size: 12px;
        text-align: left;
    }
}

.main-header .menu-wrapper .menu-contents .menu {
    align-items: flex-end;
    
    @media screen and (min-width: 768px) {
        align-items: center;
    }
}

.talent-list-item-container {
    display: none;
}

.talent-list-item-container.is-active {
    display: block;
}

.talent-list-item {
    color: #000;
    transition: color 0.3s ease;

    &:hover {
        color: #B4B4B4 !important;
    }
}

.main-footer {
    .localita {
        @media screen and (min-width: 768px) {
            text-align: center;
        }
    }

    .footer-div-none {
        display: none;

        @media screen and (min-width: 768px) {
            display: block;
        }
    }
}
