.heading-lg {
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  margin: 0;
}

.green-text {
  color: var(--green-color);
}

.white-text {
  color: white;
}
