.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{text-align:center;color:gray}.service_section{display:flex;align-items:center;justify-content:center;gap:10vw}ul>li{margin-bottom:25px}ul{align-self:center;justify-self:center;font-size:20px;margin-bottom:60px;color:gray}@media (max-width:500px){.service_section{flex-direction:column;gap:0}ul:first-child{margin-bottom:0}}