.bg_vendor{
    background-color: #E39945;
    margin-top: 3em !important;
    padding: 4em 0 !important;
}
.bg_vendor h2{
    color: #fff;
}
.prodotti_vendor_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    overflow-x: auto;
}
.prodotti_vendor_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    overflow-x: auto;
}
@media only screen and (max-width: 667px){
    
    .prodotti_vendor_footer{
        justify-content: flex-start;
    }
}


.bordo-immagini-interessi {
    border-radius: 50%;
    border: 2px solid #FFF;
    /*width: 119px;
    height: 119px;*/
    width: 6.5em;
    height: 6.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.immagini-interessi {
    padding-bottom: 5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.immagini-interessi a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}
.immagini-interessi img {
    /*width: 7em;
    height: 7em;*/
    width: 5.5em;
    height: 5.5em;
    object-fit: cover;
    border-radius: 50%;
    background-color: white;
    /* padding: 1.5em; */
}

.immagini-interessi p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.immagini-interessi img:not(.img_utenti){
    padding: 1em;
    object-fit: contain;
}

.immagini-interessi img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.frase-img-home h1 {
    color: #FFF;
}