section[data-cattype="83005"] .background-container {
  background: linear-gradient(to bottom, #ffffff, #f2f7f5);
  padding: 30px 0;
}

section[data-cattype="83005"] .content-wrap {
  max-width: 620px;
  margin: 30px;
}

section[data-cattype="83005"] .sub-title {
  margin-bottom: 10px;
  color: #09836c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

section[data-cattype="83005"] .title {
  margin: 0 0 20px;
  color: #004958;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

section[data-cattype="83005"] .description {
  color: #333333;
  font-size: 17px;
  line-height: 1.75;
}

section[data-cattype="83005"] .description > *:last-child {
  margin-bottom: 0;
}

section[data-cattype="83005"] .sustainability-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 30px;
  border: 2px solid #09836c;
  border-radius: 999px;
  background-color: #09836c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

section[data-cattype="83005"] .sustainability-button:hover,
section[data-cattype="83005"] .sustainability-button:focus {
  background-color: #ffffff;
  color: #09836c;
  text-decoration: none;
}

section[data-cattype="83005"] .image-wrap {
  position: relative;
  min-height: 430px;
}

section[data-cattype="83005"] .primary-image {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
  margin: 0 0 0 -50px;
}

@media (max-width: 991px) {
  section[data-cattype="83005"] .title {
    font-size: 40px;
  }

  section[data-cattype="83005"] .image-wrap {
    min-height: 390px;
  }

  section[data-cattype="83005"] .primary-image {
    height: 390px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  section[data-cattype="83005"] .background-container {
    padding: 10px 0;
  }

  section[data-cattype="83005"] .content-wrap {
    margin: 0;
  }

  section[data-cattype="83005"] .title {
    font-size: 34px;
  }

  section[data-cattype="83005"] .description {
    font-size: 16px;
  }

  section[data-cattype="83005"] .image-wrap {
    min-height: auto;
  }

  section[data-cattype="83005"] .primary-image {
    height: 330px;
    margin-left: 0;
    padding: 20px;
  }
}
