.hort-hero {
  background: #fff;
  padding: 0;
}

.hort-hero-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.stats-desc {
  font-weight: 600;
  margin-top: 20px;
}

.problem-solution-large-card {
  border: 2px solid #d7b835;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.expand-btn-col {
  width: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expand-icon {
  font-size: 2rem;
  color: #d7b835;
  font-weight: 700;
}

.problem-col,
.solution-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.problem-col,
.solution-col {
  padding: 20px 20px 10px 20px;
  width: 615px;
  cursor: pointer;
  transition: background 0.2s;
}

.problem-divider {
  width: 2px;
  background: #d7b835;
  opacity: 1;
}

.expand-btn {
  background: none;
  border: none;
  padding: 0;
}

.rainwater-video-wrapper {
  position: relative;
  width: 100%;
  height: 720px;
}

.rainwater-text-wrapper {
  position: relative;
  background: #fff;
  padding: 2.5rem 2rem 2.5rem 2.5rem;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  height: 720px;
}

@media (max-width: 767.98px) {
  .project-title {
    font-size: 1.8rem !important;
  }
  .hort-hero {
    background: #fff;
    padding: 0;
    margin-top: 75px;
    margin-bottom: 30px;
  }

  .hort-hero-img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 320px;
  }

  .stats-section {
    margin-top: -1rem !important;
  }

  .project-overview-section {
    margin-top: -4rem !important;
    margin-bottom: -3rem !important;
  }

  .mobile-scope {
    margin-top: 1rem !important;
  }

  .mobile-message {
    margin-top: 5rem !important;
  }

  .design-challenges-section {
    margin-top: -7px !important;
  }

  .mobile-title {
    font-size: 1.9rem !important;
  }

  .mobile-credits h3 {
    font-size: 1.9rem !important;
    font-weight: 600 !important;
  }

  .mobile-credits .details {
    font-weight: 600 !important;
  }

  .mobile-additional-projects {
    margin-top: -5px !important;
    margin-bottom: -10px !important;
  }

  .mobile-additional-projects h3 {
    font-size: 1.9rem !important;
  }

  .rainwater-video-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .rainwater-text-wrapper {
    position: relative;
    background: #fff;
    padding: 2.5rem 2rem 2.5rem 2.5rem;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    height: initial;
  }

  .mobile-img-fred {
    height: 90px;
    margin-top: 30px;
  }

  .project-inspiration-section {
    margin-top: 5rem !important;
    padding: inherit !important;
  }

  .project-inspiration-section .container {
    margin-top: -7rem !important;
  }
}
