#page-home {
  margin-top: 80px;
}

#page-home .first-row {
  margin-bottom: 10vh;
}

#page-home .features .bi {
  color: var(--color-dark-blue);
  background-color: var(--color-soft-blue-tint);
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-home .service-image-container {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

#page-home #what-we-do,
#page-home #services,
#page-home #resources {
  background-color: var(--color-light-gray);
}

#page-home #benefits .benefit-card {
  width: 100%;
}

#page-home #testimonials {
  background-color: var(--color-soft-blue-tint);
}
#page-home #testimonials .carousel-item .card {
  min-height: 30vh;
  width: 100%;
}

#page-home #why-choose-us .card.main {
  background-color: var(--color-soft-blue-tint);
}
