.sustainability-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px 0px;
  background-color: #f2ffef;
}

.sustainability-section-wrapper .content-title p {
  line-height: normal;
  margin: 0;
}

.sustainability-section-wrapper .content-title .highlight {
  background: #10752c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  font-weight: 600;
}


.sustainability-section .sustainability-section-video {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.sustainability-section .sustainability-section-video .wistia_embed {
  width: 100%;
  border-radius: 20px;
  display: none;
}

.sustainability-section .sustainability-section-video .video-cover {
  position: relative;
  width: 100%;
  max-width: 100vw;
  object-fit: cover;
}

.sustainability-section .sustainability-section-video .cover-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.sustainability-section .sustainability-section-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  background-color: #f2ffef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainability-section .sustainability-section-video .play-button .icon {
  width: 85px;
  height: 85px;
  background-color: #9dc395;
}

@media (max-width: 768px) {

  .sustainability-section-wrapper .content-title .highlight  {
    margin-bottom: 25px;
  }

  .sustainability-section .sustainability-section-video .video-cover {
    min-height: 360px;
  }

  .sustainability-section .sustainability-section-video .cover-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    min-height: 360px;
  }

  .sustainability-section .sustainability-section-video .play-button .icon {
    width: 65px;
    height: 65px;
  }
}

.sustainability-section-wrapper {
  background-color: #f2ffef;
  padding: 100px 0px;
}

.sustainability-section-wrapper .button {
  margin: auto;
}

@media (max-width: 768px) {
  .sustainability-section-wrapper {
    padding: 40px 0px;
  }
}
