section.cols_testi_assets .col-testo,
section.cols_testi_assets .col-asset {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
section.cols_testi_assets .col-asset img,
section.cols_testi_assets .col-asset iframe {
    border-radius: 16px;
}


	section.cols_testi_assets.type_txt:has(.col-testo .form_container .wpcf7-form):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../media/carosello_auto_mask.svg);
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .6;
}
section.cols_testi_assets.type_txt:has(.col-testo .form_container .wpcf7-form) > .wrapper { position: relative; }
