.who {
    background-color: var(--bg-color);
    width: 100%;
    /* height: 100%; */
    padding-bottom: 3.5rem;
    overflow: hidden;
}

.who__img-ventagli {
    padding-top: 4.5rem;
    margin-left: 4.5rem;
    width: 180px;
}

.who__text {
    padding-top: 4rem;
}

.who__title {
    text-align: center;
    font-size: 2.25rem;
    font-family: var(--normal-font);
}

.who__hr {
    width: 229px;
    height: 2px;
    /* border-radius: 50%; */
    margin: 0.2rem auto 0;
}

.who__description {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1.5rem;
    width: 327px;
    font-family: var(--normal-font);
    font-weight: 300;
    margin-inline: auto;
}

.who__img-container {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 4rem;
}

.who__img-evidenziatore {
    width: 188px;
    height: 150px;
    /* transform: rotate(30deg); */
    margin-right: 0rem;
    margin-left: 0rem;
    margin-top: 2rem;
}

.who__img-astuccio {
    width: 185px;
    height: auto;
    /* transform: rotate(-20deg); */
}




/* Media query */

@media (min-width: 475px){
    .who__img-ventagli {
        width: 260px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .who__img-evidenziatore {
        width: 240px;
        height: auto;
    }

    .who__img-astuccio {
        width: 240px;
    }

    .who__description {
        margin: auto;
        margin: 1.5rem auto 0;
    }

    .who__img-container {
        gap: 4rem;
    }
}

@media (min-width: 640px){
    .who__img-ventagli {
        width: 300px;
    }

    .who__title {
        font-size: 2.5rem;
    }

    .who__description {
        font-size: 1.3rem;
    }

    .who__img-container {
        gap: 7rem;
    }

    .who__img-evidenziatore {
        width: 341px;
        height: 227px;
        margin-left: 6rem;
        margin-top: 8rem;
    }

    .who__img-astuccio {
        width: 380px;
        height: auto;
    }
}

@media (min-width: 768px){
    .who {
        padding-bottom: 15rem;
    }

    .who__text {
        padding-top: 6rem;
    }

    .who__hr {
        width: 600px;
        margin-bottom: 1.5rem;
    }

    .who__img-ventagli {
        width: 350px;
    }

    .who__title {
        font-size: 2.8rem;
    }

    .who__description {
        font-size: 1.5rem;
        width: 500px;
    }

    .who__img-container {
        display: none;
    }

    .who__img-evidenziatore {
        display: none;
    }

    .who__img-astuccio {
        display: none;
    }
}

@media (min-width: 1024px){
    .who__img-ventagli {
        width: 325px;
        transform: rotate(225deg);
        padding-top: 0;
        margin-top: -4rem;
    }

    .who__title {
        font-size: 2.8rem;
    }

    .who__description {
        font-size: 1.6rem;
        width: 600px;
    }

    .who__img-container {
        gap: 25rem;
    }

    .who__img-astuccio {
        width: 450px;
        height: 300px;
    }

    .who__img-evidenziatore {
        width: 300px;
        margin-top: -6rem;
    }
}

@media (min-width: 1280px){
    .who__img-container {
        gap: 40rem;
    }

    .who__img-evidenziatore {
        width: 400px;
    }

    .who__img-astuccio {
        width: 550px;
        height: 366px;
    }
}

@media (min-width: 1536px){
    
}