.page-hero{
background:#f5f5f5;
padding:15px 0;
text-align:center;
margin-top:0;
}

.page-hero h1{
font-weight:700;
color:#000;
margin-bottom:5px;
}

.page-hero p{
max-width:700px;
margin:auto;
color:#444;
font-size:14px;
}

/* GALLERY */

.about-section{
padding:40px 0;
}

.thumb-img{
border-radius:6px;
transition:0.3s;
}

.thumb-img:hover{
transform:scale(1.03);
}