.img_lassita_interesse{
    height: 250px; 
    max-width: 60%; 
    object-fit: cover;
    transition-duration: 350ms;
}

.aree_interesse .title-underline:before{
    background-color: #002f6c;
    height: 3px;
    transition-duration: 350ms;
}

.aree_interesse a:hover .img_lassita_interesse{
    max-width: 75%;
}
.aree_interesse a:hover .title-underline:before{
    height: 8px;
}

.section_slider_lassita img{
    max-width: 450px;
}

.aree_interesse .container-small .-col-3{
    padding-left: 40px;
}