section.testata_semplice {
    display: flex;
    align-items: center;
}
section.testata_semplice .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
section.testata_semplice img.bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testata_semplice .bg_img,
section.testata_semplice .bg_video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testata_semplice .tit {
	/*font-family: var(--fontFamily);*/
	/*font-size: 64px;*/
	/*line-height: 1.2;*/
	margin-bottom: 24px;
}
section.testata_semplice h4.sottotitolo {
    font-weight: 400;
    font-family: var(--fontTesto);
    line-height: 1.4;
}
section.testata_semplice h4.sottotitolo:not(:last-child) {
	margin-bottom: 40px;
}

section.testata_semplice .container_col_img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 45px;
    display: flex;
    justify-content: flex-end;
}
section.testata_semplice .container_col_img img {
	max-height: 100%;
}

@media (max-width: 991px){
	section.testata_semplice .container:has(.col_img_mobile) {
		padding-bottom: 0;
	}
}