section {
  margin: 2.5em 0;
}

.swiper {
  max-height: 25em;
  margin-top: 3em;
}
@media (max-width: 576px) {
  .swiper {
    margin-top: 5em;
  }
}
.swiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.about-us-section {
  margin: 0.5em 0 2em;
  padding: 2em 2em;
  background: #f1ebec;
}
.about-us-section .header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5em;
  text-align: center;
}
.about-us-section .header-content h1 {
  margin-bottom: 0.5em;
}
.about-us-section .header-content p {
  max-width: 800px;
  margin: 0 auto;
}

.services-section {
  padding: 4em 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5em;
}
.services-section h1 {
  text-align: center;
  margin-bottom: 0.5em;
}
.services-section .service-wrapper {
  display: flex;
  gap: 2em;
}
@media (max-width: 768px) {
  .services-section .service-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.services-section .service-wrapper .single-service-wrapper {
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 768px) {
  .services-section .service-wrapper .single-service-wrapper {
    aspect-ratio: 2/1;
  }
}
.services-section .service-wrapper .single-service-wrapper {
  transition: opacity 0.3s;
}
.services-section .service-wrapper .single-service-wrapper:hover {
  opacity: 75%;
}
.services-section .service-wrapper .single-service-wrapper .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .services-section .service-wrapper .single-service-wrapper .service-image {
    width: 70vw;
  }
}
@media (max-width: 576px) {
  .services-section .service-wrapper .single-service-wrapper .service-image {
    width: 85vw;
  }
}
.services-section .service-wrapper .single-service-wrapper .service-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: rgba(24, 24, 25, 0.8);
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}
.services-section .service-wrapper .single-service-wrapper .service-image-overlay .material-symbols-outlined {
  color: #fafafa;
  font-size: 2em;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
}
.services-section .service-wrapper .single-service-wrapper .service-image-overlay h3 {
  text-transform: uppercase;
  color: #fafafa;
}

.CTA-banner {
  background: #416d82;
  color: #fafafa;
  margin-bottom: 1em;
  padding: 2em;
}
.CTA-banner .CTA-banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .CTA-banner .CTA-banner-wrapper {
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
.CTA-banner .CTA-banner-wrapper h1 {
  margin-bottom: 0;
}
.CTA-banner .CTA-banner-wrapper .CTA-banner-button a {
  display: inline-block;
  padding: 1em 2em;
  background: #fafafa;
  color: #416d82;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
.CTA-banner .CTA-banner-wrapper .CTA-banner-button a {
  transition: opacity 0.3s;
}
.CTA-banner .CTA-banner-wrapper .CTA-banner-button a:hover {
  opacity: 75%;
}

/*# sourceMappingURL=homepage.css.map */
