/* ALTRE AREE DI TRATTAMENTO */
#list_aadt h2 {
    font-size: clamp(24px, 2vw, 36px);
}
#list_aadt h3 {
    font-size: clamp(18px, 2vw, 30px);
    font-family: "Open Sans", sans-serif;
}
#list_aadt article,
#list_aadt .aadt_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#list_aadt article {
    padding: 0 7.5px;
}
#list_aadt img{
    aspect-ratio: 16/9;
    object-fit: cover;
}
#list_aadt .aadt_text {
    margin: 0 30px;
    border: 1px solid #002f6c;
    border-top: none;
    height: 100%;
    padding: 30px;
}
@media only screen and (max-width: 991px){
    #list_aadt article {
        padding: 0;
    }
    #list_aadt article > a, 
    #list_aadt article > a img {
        width: 100%;
    }
}
/* end ALTRE AREE DI TRATTAMENTO */