#headerContent {
   background-image: url('../img/header-bg.webp');
}

#headerContent h1 {
   font-size: 33px;
   line-height: 1.25;
}

#whyChooseUs {
   background-image: url('../img/why-us-bg.webp');
}

@media (max-width: 414px) {
   #headerContent h1 {
      font-size: 30px;
   }

   #services h2 {
      font-size: 32px;
   }
}