.section-coach-hamond {
  padding-top: 0px;
  padding-bottom: px;
}

.section-coach-hamond .image-wrap {
  position: relative;
  max-width: 700px; /* Adjust as needed */
  width: 100%;
  padding-bottom: 100%; /* Creates a square aspect ratio */
  overflow: hidden;
}

.section-coach-hamond .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the area without distortion */
  transition: all 0.3s ease-in-out;
}

.section-coach-hamond .image-wrap img:hover {
  transform: scale(1.05);
}

.text-orange {
  color: #ff9100;
}

.icon-big {
  font-size: 50px;
}

.text-spacing-120 {
  letter-spacing: 0.12em;
}

