#home_wrapper .home-block {
  background-position: center center;
}

#home_wrapper .home-block::before {
  background: linear-gradient(
    90deg,
    rgba(21, 33, 26, 0.86) 0%,
    rgba(21, 33, 26, 0.68) 48%,
    rgba(21, 33, 26, 0.20) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

#home_wrapper .subtitle,
#home_wrapper .home-block h1 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  margin-left: 45px;
  max-width: 760px;
  position: absolute;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

#home_wrapper .subtitle {
  font-size: 28px;
  font-weight: 700;
  margin-top: -178px;
}

#home_wrapper .home-block h1 {
  font-size: 56px;
  line-height: 1.05;
}

#home_wrapper .home-block .home-content {
  background: rgba(255, 255, 255, 0.92);
  border-left: 5px solid #8ba93a;
  border-radius: 0 8px 8px 0;
  bottom: 34px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  color: #1f2a22;
  margin-left: 45px;
  max-height: 46vh;
  max-width: 760px;
  overflow: auto;
  padding: 24px 28px;
  position: absolute;
  text-align: left;
  z-index: 1;
}

#home_wrapper .home-block .home-content > br {
  display: none;
}

#home_wrapper .home-block .home-content p {
  color: #1f2a22;
  font-size: 15px;
  line-height: 1.55;
  padding-right: 0;
}

.dres-landing-copy h2 {
  color: #4c6b25;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 18px 0 8px;
}

.dres-landing-copy h2:first-child {
  margin-top: 0;
}

.dres-landing-copy p,
.dres-landing-copy li {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 12px;
}

.dres-landing-copy ol {
  list-style: decimal;
  margin: 8px 0 12px 20px;
}

@media (max-width: 991px) {
  #home_wrapper .subtitle,
  #home_wrapper .home-block h1,
  #home_wrapper .home-block .home-content {
    margin-left: 22px;
    margin-right: 22px;
    max-width: calc(100% - 44px);
  }

  #home_wrapper .subtitle {
    font-size: 22px;
  }

  #home_wrapper .home-block h1 {
    font-size: 40px;
  }

  #home_wrapper .home-block .home-content {
    max-height: 50vh;
    padding: 18px 20px;
  }
}
