.hero-section.pane img {
  width: 100%;
  max-width: 550px;
}

#what_we_do {
  border-bottom: 1px solid transparent;
}
#what_we_do ul.how {
  z-index: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  #what_we_do ul.how {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0.5rem;
  }
}
#what_we_do ul.how li {
  font-size: 1rem;
  line-height: 1.1rem;
  padding: 0.5rem 0;
  font-weight: 500;
}

#why_us .grid-2 {
  align-items: center;
}

.our-offerings {
  position: relative;
  margin: 2rem auto 0;
  border-radius: 1em;
}
.our-offerings h2 {
  font-size: 1.5rem;
}
.our-offerings h2 > b {
  color: #39293E;
  padding: 0 0.2rem;
  background-color: white;
}
.our-offerings .sub-heading {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  transition: ease 0.3s color;
}
.our-offerings ol, .our-offerings ._service-cards {
  list-style: none;
  padding: 0;
  gap: 1.5rem;
}
.our-offerings li.white-card, .our-offerings .white-card {
  padding: 0.5rem;
  font-size: 1.1rem;
  min-height: 150px;
  justify-content: space-around;
  align-items: start;
  gap: 0.5rem;
}
.our-offerings li.white-card:hover, .our-offerings .white-card:hover {
  background-color: white;
}
.our-offerings li.white-card:hover .service-title, .our-offerings .white-card:hover .service-title {
  color: #934E32;
}
.our-offerings li.white-card:hover .sub-heading, .our-offerings .white-card:hover .sub-heading {
  color: rgba(0, 0, 0, 0.5);
}
.our-offerings li.white-card .card-content, .our-offerings .white-card .card-content {
  justify-content: space-around;
  height: 100%;
}
.our-offerings li.white-card img.icon, .our-offerings .white-card img.icon {
  max-width: 80px;
}

.coming-soon {
  position: relative;
}
.coming-soon ::after {
  display: block;
  content: "Coming Soon";
  font-size: 0.6rem;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  background: #CCC;
  padding: 0.2rem 0.5rem;
  border-radius: 99rem;
  position: absolute;
  right: 4px;
  top: -4px;
  transform: translate(-50%, 0);
  box-shadow: inset 0 0 2px 1px white;
}

@media screen and (max-width: 1079px) {
  .our-offerings {
    width: 90%;
  }
}

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