/****************
stili dedicati a pagina cardiometabolic
****************/

body .DnnModule-ContentLayout .box_with_background_img{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
body .SidebarMenuSX .container_sidebar_sx > div > .row > div {
    padding-right: 8.5%;
}
body .box_with_background_img .DNNModuleContent.ModDNNHTMLC > div h3{
    font-size: 2.8vw;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    body .box_with_background_img .DNNModuleContent.ModDNNHTMLC > div h3{
        font-size: 4vw;
    }
}
@media screen and (max-width: 560px) {
    body .box_with_background_img .DNNModuleContent.ModDNNHTMLC > div h3{
        font-size: 50px;
    }
}