*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: 'Open Sans', serif;
}

.chi_siamo_content{
    height: 900px;
    background: #FFECD7;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chi_siamo_content_1{
    width: 50%;
    margin-right: 4rem;
    margin-left: 4rem;
}

.chi_siamo_content_1 h1{
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 74px;
    color: #3F0C11;
}

.p_1, .p_2{
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #3F0C11;
    width: 580px;
    text-align: left;
}


.p_1{
    margin-top: 3rem;
}

.p_2{
    margin-top: 3rem;
}

.chi_siamo_content_2{
    margin-top: -26rem;
}

.cit_1 h1{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: right;
    color: #E6B432;
    width: 399px;
    height: 323px;
}

.cit_1 h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    text-align: end;
}






@media only screen and (max-width: 1400px){
    .chi_siamo_content{
        height: 1000px;
    } 
}

@media only screen and (max-width: 1250px){
    .cit_1 h1{
        font-size: 36px;
        width: 300px;
    }
    
    .cit_1 h2{
        font-size: 24px;
    }

    .chi_siamo_content{
        justify-content: space-evenly;
    }
  
}

@media only screen and (max-width: 1100px){
    .chi_siamo_content{
        height: 1200px;
    } 

    .p_1, .p_2{
        width: 480px;
    }
  
    .chi_siamo_content_2{
        margin-top: -45rem;
    }
}

@media only screen and (max-width: 900px){
    .chi_siamo_content{
        height: 1400px;
    } 

    .p_1, .p_2{
        width: 360px;
    }
  
    .chi_siamo_content_2{
        margin-top: -54rem;
    }

    .cit_1 h1{
        font-size: 32px;
        width: auto;
        line-height: 50px;
    }

    .cit_1 h2{
        margin-top: 0rem;
    }
}

@media only screen and (max-width: 900px){
    .chi_siamo_content{
        height: 1400px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .chi_siamo_content_1{
        width: 80%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .chi_siamo_content_2{
        margin-top: 3rem;
    }

    .p_1, .p_2{
        width: 80%;
        text-align: newspaper, justify;
    }

    .cit_1 h1{
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        width: 560px;
        text-align: end;
    }
    
    .cit_1 h2{
        font-size: 24px;
        line-height: 49px;
        text-align: end;
        margin-top: -12rem;
    }

}

@media only screen and (max-width: 620px){
    .chi_siamo_content{
        height: 1600px;
    }
    
    .chi_siamo_content_2{
        width: 80%;
    }

    .cit_1 h1{
        font-size: 30px;
        width: auto;
    }
}


@media only screen and (max-width: 620px){
    .chi_siamo_content{
        height: 1800px;
    }

    .cit_1 h2{
        margin-top: -10rem;
    }
}


@media only screen and (max-width: 460px){
    .chi_siamo_content{
        height: 2000px;
    }

    .cit_1 h2{
        margin-top: -8rem;
    }

    .p_1, .p_2{
        width: 90%;
    }

    .chi_siamo_content_1 h1{
        font-size: 36px;
    }
}


@media only screen and (max-width: 345px){
    .chi_siamo_content{
        height: 2400px;
    }

    .cit_1 h2{
        margin-top: -5rem;
    }

    .p_1, .p_2{
        width: 90%;
    }

    .chi_siamo_content_1 h1{
        font-size: 36px;
    }
}


@media only screen and (max-width: 300px){
    .chi_siamo_content{
        height: 2600px;
    }

    .cit_1 h2{
        margin-top: -2rem;
    }

    .p_1, .p_2{
        width: 90%;
    }

    .chi_siamo_content_1 h1{
        font-size: 32px;
    }
}


@media only screen and (max-width: 280px){
    .chi_siamo_content{
        height: 2800px;
    }
}

@media only screen and (max-width: 248px){
    .chi_siamo_content{
        height: 3000px;
    }

    .chi_siamo_content_1 h1{
        font-size: 28px;
    }

    .cit_1 h2{
        margin-top: 1rem;
    }
      
  }