*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}


#div1{
    width: 100%;
    height: 80vh;
    /* background-color: aqua; */
    background-image: url(https://images.getbento.com/accounts/e33866a234dde96cfae828494062bdf5/media/images/89182ci-siamo-1121.jpg?w=1200&amp;fit=max&amp;auto=compress,format);
    /* background-size: 100% 300px; */
}
#div2{
    margin-top: 5vh;
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    /* min-height: 300px; */
    /* background-color: crimson; */
 }
 h1{
    font-size: 3em;
    /* background-color: yellow; */
    color: #253446;
    
 }
 h5{
    font-size: 1.2em;
    color: #253446;
    /* background-color: purple; */
 }
 #p{
    width: 80%;
    height: 100%;
    font-size: 1.2em;
    color: #253446;
    /* background-color: green; */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;

 }
.p1{
    line-height: 10px;
}
h1,h5,p{
    font-family: 'PT Sans', sans-serif;
}
#div3{
    width: 100%;
    height: 50vh;
    /* background-color: blue; */
    /* display: flex;
    flex-direction: column; */

    
}
#img1{
    background-image: url(https://images.getbento.com/accounts/e33866a234dde96cfae828494062bdf5/media/images/45837Hill_Stoke_tone.png?w=1200&amp;fit=crop&amp;auto=compress,format&amp;crop=focalpoint&amp;fp-x=0.5&amp;fp-y=0.5);
    background-size:cover;
    background-color: palevioletred;
    background-repeat: no-repeat;
    height: 80%;
    width: 15%;
    border-radius: 100% 100% 0% 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 1s;
  

}
#img1:hover{
    filter: brightness(0.7);
    
}
#img2{
    background-image: url(https://images.getbento.com/accounts/e33866a234dde96cfae828494062bdf5/media/images/36169Asher_Russem_General_Manager_Credit_Giada_Paoloni.jpg?w=1200&amp;fit=crop&amp;auto=compress,format&amp;crop=focalpoint&amp;fp-x=0.5&amp;fp-y=0.5);
    background-size:cover;
    background-color: palevioletred;
   background-repeat: no-repeat;
    height: 80%;
    width: 15%;
    border-radius: 100% 100% 0% 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 1s;
}
#img2:hover{
    filter: brightness(0.7);
}
#img3{
    background-image: url(https://images.getbento.com/accounts/e33866a234dde96cfae828494062bdf5/media/images/31309Ci_Siamo_John_Richard__Headshot_11_resize.jpg?w=1200&amp;fit=crop&amp;auto=compress,format&amp;crop=focalpoint&amp;fp-x=0.5&amp;fp-y=0.5);
    background-size: cover;
    /* background-color: palevioletred; */
     background-repeat: no-repeat;
    border-radius: 100% 100% 0% 0%;

     height: 80%;
    width: 15%;
    border-radius: 100% 100% 0% 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 1s;
}
#img3:hover{
    filter: brightness(0.7);
    
}
#div3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
#hill{
    background-color: #efe4ce;
    text-align: center;
    color: #253446;
    font-size: 1.3em;
   
}
#exe{
    background-color: #efe4ce;
    text-align: center;
    font-size: 1em;
    color: #253446;

}
#asher{
    background-color: #efe4ce;
    text-align: center;
     color: #253446;
    font-size: 1.3em;
   
}
#gen{
    background-color: #efe4ce;
    text-align: center;
    font-size: 1em;
    color: #253446;

}
#john{
    background-color: #efe4ce;
    text-align: center;
     color: #253446;
    font-size: 1.3em;
   

}
#direc{
  background-color: #efe4ce;
  text-align: center;
  font-size: 1em;
    color: #253446;

}
#para{
    text-align: center;
    font-size: 1.5em;
}

@media (min-width:761px) and (max-width:900px){
   

 #p{
    width: 90%;
    height: 100%;
    font-size: 0.8em;
    color: #253446;
    /* background-color: green; */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;

 }
 #div3{
    background-color: yellow;
    width: 100%;
    height:200vh;
    display: flex;
    flex-direction: column;
    gap: 10%;
 }
 #img1{
    width: 80%;

 }
 #img2{
    width: 80%;
 }
 #img3{
    width: 80%;
 }
 #para{
    text-align: center;
    font-size: 1.2em;
    margin-top: 5vh;
    margin-bottom: 5vh;

}

}
@media (min-width:300px)and (max-width:760px){
    #div3{
        margin-top: 20%;
        /* background-color: rebeccapurple; */
        display:flex;
        flex-direction: column;
        height: 200vh;
        gap: 10%;

    }
    #p{
    width: 90%;
    height: 100%;
    font-size: 0.8em;
    color: #253446;
    /* background-color: green; */
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;

 }

 #img1{
    width: 80%;

 }
 #img2{
    width: 80%;
 }
 #img3{
    width: 80%;
 }
 #para{
    text-align: center;
    font-size: 1.2em;
    margin-top: 5vh;
    margin-bottom: 5vh;

}
}
