@media only screen and (min-width: 992px){
    .template-operatore .bg-dark:not(.cta_medico) .d-flex {
        max-width: 88%;
    }
    .template-operatore .details {
        max-width: 78%;
    } 
    .template-operatore .details.-intro,
    .template-operatore .bg-dark:not(.cta_medico) .d-flex {
        margin: 0 auto;
    }
    .template-operatore .ibsamia_logo img {
        margin-left: auto;
        max-width: 320px;
        object-fit: contain;
    }
}