figure.wp-block-image > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.banner img {
    height: auto;
    width: 100%;
}

.intro h1 {
    text-align: center;
    font-size: 43px;
    line-height: normal;
}

p.sottotitolo {
    text-align: center;
    padding: 0 0 20px 0;
}

.infobox img {
    border-radius: 50%;
}

.separatore-rosso h2 {text-align: center;color: white;}

.separatore-rosso.row {
    background: #e3031b;
    padding: 50px 0 25px;
    margin: 40px 0 auto;
}

.banner-due img {
    width: 100%;
}

button {
    color: white;
    padding: 10px;
    border-radius: 10px;
    background: #1d2764;
    text-align: center;
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
}

.content-uno li, .content-due li {
    margin-left: 20px;
}

.content-uno li::before, .content-due li::before {
    content: "●";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #e3031b; /* Change the color */
    font-weight: bolder; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.content-uno ul, .content-due ul {
    margin: 30px auto;
    list-style:none;
}

.page-template-page-landing-page a {
    color: #e3031b;
}

.page-template-page-landing-page a:hover {
    text-decoration:underline;
}

@media (max-width: 767.98px){
    .infobox img {
        text-align: center;
        margin: 30px auto;
        display: block;
    }

    .content-uno li, .content-due li {
        margin: 10px 0px 10px 20px;
    }

    .intro h1 {
        font-size: 30px;
        text-align: left;
    }

    .infobox h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .separatore-rosso h2 {
        font-size: 33px;
        line-height: 37px;
    }

    button {
        font-size: 33px;
    }
    
    .fluid-width-video-wrapper {
        width: 100% !important;
    }

    p.sottotitolo {
        text-align: left;
    }

    .intro.row {
        padding: 5px;
    }

}

@media (max-width: 767.98px){
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
}

@media (min-width: 767.98px){
    .desktop{
        display: block;
    }
    .mobile {
        display: none;
    }
}