.about-hero{

height:90vh;
background:
linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
url('../images/about-bg.jpg');

background-size:cover;
background-position:center;

display:flex;
align-items:center;

}


.about-hero h1{

font-size:55px;
font-weight:800;

}



.about-section h2{

color:#b8860b;
font-size:40px;
font-weight:700;

}



.about-box,
.choose-box{

background:white;
padding:35px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.12);

}



.about-box i,
.choose-box i{

font-size:45px;
color:#b8860b;
margin-bottom:20px;

}



.choose-box{

height:100%;

}



.why-about{

background:#fafafa;

}