.header_div{height:30vh;width:100vw;background:url(/images/landing_photo.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff}.header_div,.title_div{display:flex;align-items:center;justify-content:center}.title_div{flex-direction:column;margin:40px 20px 50px}.title_div>h1,.title_div>p{text-align:center}.gallery_section{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;justify-self:center;grid-gap:40px;gap:40px;width:auto;margin-bottom:50px}.gallery_section>div{width:300px;height:300px;background-color:#4d74b6;justify-self:center}@media (max-width:1200px){.gallery_section{grid-template-columns:repeat(2,1fr)}.title_div{font-size:15}}@media (max-width:700px){.gallery_section{grid-template-columns:1fr}.title_div{font-size:12}}