#about-section .stats-item {
  position: relative;
}

#about-section .stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #ddd;
}

#about-section .stats-item h3 {
  font-size: 4.4rem;
  font-weight: 500;
  color: var(--clr-gray-1);
}

#about-section .stats-item small {
  display: block;
  font-size: 1.4rem;
}

#about-section .icon-clip-wrap {
  width: 3.4rem;
  height: 3.8rem;
  border-radius: 50px 50px 12px 12px;
  background-color: #ffffff80;
  transform: rotate(45deg);
}

#about-section .icon-clip-wrap img {
  transform: rotate(-45deg);
}

#about-section .feature-card {
  border-radius: 20px;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#about-section .feature-card h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}

#about-section .feature-card p {
  font-size: 1.8rem;
  color: #737373;
  text-align: center;
}

#about-section .card-1 {
  background-color: #e4f9f9;
  margin-top: -2.5rem;
}

#about-section .card-2 {
  background-color: #fff0ec;
}

#about-section .card-3 {
  background-color: #efefeb;
  margin-top: -2.5rem;
}

#about-section .card-4 {
  background-color: #e3f0ff;
}

#hazezly-goals-section {
  background: url(../images/bg-hazzely-goal.png) no-repeat bottom / cover;
  min-height: 700px;
}

#hazezly-goals-section .section-header {
  margin-bottom: 8rem;
}

@media (max-width: 991px) {
  #about-section .card-1,
  #about-section .card-3 {
    margin-top: 0;
  }

  #hazezly-goals-section {
    min-height: 400px;
  }

  #hazezly-goals-section .section-header {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #hero-common {
    min-height: 30rem;
  }
}
