/* About Clinic Section */
.about-clinic {
  padding: 80px 0;
  background: var(--white);
}

.about-clinic-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1713px;
  margin: 0 auto;
  padding-left: 268.5px;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
}

/* Left: Text Content */
.about-clinic-content {
  width: 588px;
  max-width: 100%;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 8px;
}

.section-label {
  color: var(--tussock);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8000000544956751em;
  text-align: right;
  margin-bottom: 0;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 25.2px;
  line-height: 1em;
  color: var(--haiti);
  text-align: left;
  margin: 0;
  margin-top: 8.01px;
}

.about-text {
  margin-bottom: 0;
}

.about-text p {
  color: var(--boulder);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8571428571428572em;
  text-align: right;
  margin: 0;
  margin-bottom: 0;
}

.about-text p + p {
  margin-top: 10px;
}

.stats-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 15px -15px;
  padding: 15px 0 35.16px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 0;
  text-align: center;
  min-width: 116.5px;
}

.stat-number {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38.5px;
  line-height: 1.4000000396332184em;
  color: var(--tussock);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 54px;
}

.stat-number span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38.5px;
  line-height: 1em;
  color: var(--tussock);
  margin-right: 9.91px;
}

.stat-label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16.8px;
  line-height: 1.2000000454130648em;
  letter-spacing: -5%;
  color: var(--tussock);
  text-align: center;
  margin-top: 53.9px;
  padding: 0 27.98px;
}

/* Right: Clinic Image */
.clinic-image-wrapper {
  width: 856.5px;
  max-width: 100%;
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: stretch;
  position: relative;
  box-sizing: border-box;
}

.clinic-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.service-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--haiti);
}
