.service-why-9__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: stretch;
}

.service-why-9__button {
  margin-top: 28px;
  width: fit-content;
}

.service-why-9__media {
  position: relative;
}

.service-why-9__badge {
  position: absolute;
  top: 16px;
  left: -42px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  border: 4px solid rgba(243, 223, 137, 0.85);
  background: #30412e;
  color: #f4df8a;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
}

.service-why-9__media-panel {
  height: 100%;
  min-height: 640px;
  padding: 60px 40px 0;
  border-radius: 38px;
  background: #30412e;
  position: relative;
  overflow: hidden;
}

.service-why-9__image--primary {
  width: 72%;
  max-width: 500px;
  margin: 40px auto 0;
  aspect-ratio: 0.95 / 1;
  border-radius: 120px 120px 80px 80px;
  overflow: hidden;
  border: 6px solid #d3e2a3;
}

.service-why-9__image--secondary {
  position: absolute;
  left: 20%;
  bottom: 24px;
  width: 38%;
  aspect-ratio: 1 / 1;
  border-radius: 48px;
  overflow: hidden;
  border: 6px solid #d3e2a3;
}

@media (max-width: 980px) {
  .service-why-9__grid {
    grid-template-columns: 1fr;
  }

  .service-why-9__badge {
    left: 20px;
  }
}

@media (max-width: 640px) {
  .service-why-9__button {
    width: 100%;
  }

  .service-why-9__badge {
    width: 108px;
    height: 108px;
    font-size: 22px;
  }

  .service-why-9__media-panel {
    min-height: 520px;
    padding: 70px 24px 0;
  }
}
