#greater-good {
  padding: 100px 0;
  background: url(../img/sustainability/sustainability-top-circles.svg)
    no-repeat right -250px top -250px;
}

#wave img.bathtub {
  width: 40vw;
}

#wave {
  position: relative;
  margin-top: -200px;
  z-index: -1;
}

#wave img:first-child {
  position: absolute;
  left: 0;
  top: -100px;
  max-width: 50%;
}

#zero-waste {
  background-image: url(../img/sustainability/globe-trees.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20vw auto;
}

#zero-waste .zero-columns [class^="col"] svg {
  height: 80px !important;
  width: 80px !important;
  object-fit: contain;
}

#zero-waste .zero-columns {
  margin-top: 100px;
}

#mountain {
  margin-top: 150px;
}

#circles {
  margin: 100px 0;
}

#circles .circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#circles .circle-inner {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  aspect-ratio: 1 / 1; /* Keep a square aspect ratio */
  padding: 80px; /* Optional padding for content spacing */
}

#mountain {
  background-image: url(../img/bg-single-circle.svg);
  background-repeat: no-repeat;
  background-position: left -15vw bottom 0;
  padding-bottom: 100px;
  background-size: 40vw auto;
}
