.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #e6f8f3;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: inline-block;
}

.heading-line {
  display: block;
  width: 60px;
  height: 3px;
  background: #4c9897;
  margin: 0 auto;
  border-radius: 3px;
  transition: 0.3s ease;
}

.section-heading:hover .heading-line {
  width: 90px;
}

