body {
    font-family: 'Exo', sans-serif !important;
}

i {
    font-family: 'Exo' !important;
}

h1 {
    font-size: 3.2em !important;
}

.sez4 {
    position: relative;
    bottom: -36px;
}

.contattaci {
    display: table;
    background: #1d1d1b;
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0em 1em;
    margin: 0 auto;
    position: relative;
    bottom: -18px;
}

i.fa-solid.fa-quote-left {
    font-family: "Font Awesome 6 Free" !important;
    font-size: 5em;
    color: #c7c7c7;   
}

img {
    max-width: 100%;
}

img.square4 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

img.square3 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

img.square2 {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

img.square1 {
    margin-bottom: 1.5em;
    width: 100%;
    height: 236px;
    object-fit: cover;
}

.gray {
    background: #eee;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    /* Adjust the font size for h1.fw-bold.mobile */
    h1.fw-bold.mobile {
        font-size: 2em !important;
    }

    /* Adjust the font size for h2.fw-bold.mobile */
    h2.fw-bold.mobile {
        font-size: 3em;
        margin-top: 0.5em;
    }

    /* Adjust font size for h3.mobile */
    h3.mobile {
        font-size: 2em;
        margin-top: 0em;
    }

    /* Adjust padding for .col-lg-6.pe-4.mobile */
    .col-lg-6.pe-4.mobile {
        padding-bottom: 2em;
    }

    /* Adjust font size for h2.mobile */
    h2.mobile {
        font-size: 2em;
        margin-top: 0.5em;
    }
}