.hero-chi_sono{
    margin-top: 24px;
    height: 65vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-chi_sono .hero-dati{
    height: 100%;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-chi_sono .hero-foto{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-chi_sono .hero-immagine{
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.301);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.301);
}

.hero-chi_sono .hero-dati .hero-chi_sono-titolo{
    text-align: center;
    color: white;
}

.hero-chi_sono .hero-dati .hero-chi_sono-titolo{
    font-size: 4.5rem;
    font-weight: 700;
}

.hero-chi_sono .hero-dati .hero-chi_sono-paragrafo{
    font-family: "Rouge Script", cursive;
    font-size: 2.8rem;
    font-weight: 400;
    color: white;
    text-align: center;
}

.presentazione{
    padding: 24px 100px;
    width: 100%;
}

.presentazione .presentazione-titolo,
.presentazione .presentazione-area_testo{
    padding: 48px;
    width: 100%;
    color: white;
    text-align: center;
}

.presentazione .presentazione-titolo{
    font-size: 3.5rem;
}

.presentazione .presentazione-area_testo{
    font-family: "Rouge Script", cursive;
    font-size: 2.8rem;
    font-weight: 400;
    color: white;
    text-align: center;
}

@media (max-width: 1024px){
    .hero-chi_sono{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    }
    .hero-chi_sono .hero-foto{
        height: 80%;
    }
    .hero-chi_sono .hero-immagine{
        height: 100%;
    }
    .hero-chi_sono .hero-dati{
        height: 100%;
        width: 100%;
        padding: 48px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .hero-chi_sono .hero-dati .hero-chi_sono-titolo,
    .hero-chi_sono .hero-dati .hero-chi_sono-paragrafo{
        font-size: 2.5rem;
    }

    .presentazione .presentazione-titolo{
        font-size: 3rem;
    }

    .presentazione .presentazione-area_testo{
        font-size:2.8rem;
    }

    .presentazione{
        margin-top: 150px;
        padding: 12px 50px;
        width: 100%;
    }

}

@media (max-width: 768px){
    .hero-chi_sono .hero-foto{
        height: 50%;
    }

    .hero-chi_sono .hero-immagine{
        height: 100%;
    }
    .hero-chi_sono .hero-dati{
        height: 50%;
        width: 100%;
        padding: 24px;
    }
    .hero-chi_sono .hero-dati .hero-chi_sono-titolo,
    .hero-chi_sono .hero-dati .hero-chi_sono-paragrafo{
        font-size: 2rem;
    }

    .presentazione{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 200px;
        padding: 12px 6px;
        width: 100%;
    }

    .presentazione .presentazione-titolo{
        font-size: 2rem;
        padding: 24px;
    }

    .presentazione .presentazione-area_testo{
            font-size: 2rem;
            padding: 12px;
            width: 90%;
            display: flex;
            justify-content: center;
            text-align: center;
    }
}