.what-is-saft-play {
  position: relative;
  margin: 100px 0;
}

.what-is-saft-play:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 108px;
  content: '';
  background: var(--gradient, linear-gradient(90deg, #B8F1EF 0%, #FFF 68%, #FFF294 100%));
}

.what-is-saft-play__content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 130px;
  align-items: center;
}

.what-is-saft-play__content:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 140px;
  height: 72px;
  content: '';
  background: url(../img/home-hire.svg) center / contain no-repeat;
  transform: translateX(-50%);
}

.what-is-saft-play__text-content {
  flex: 1 1 calc(50% - 65px);
}

.what-is-saft-play__title {
  margin: 0 0 16px;
  font-family: HarlowDuoSerifPlain, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  color: var(--Primary-teal);
  letter-spacing: 1.08px;
}

.what-is-saft-play__subtitle {
  max-width: 606px;
  margin: 0 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  color: var(--Neutral-0);
}

.what-is-saft-play__list-title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: var(--Primary-teal);
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.what-is-saft-play__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.what-is-saft-play__item {
  position: relative;
  padding-inline-start: 28px;
}

.what-is-saft-play__item:after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  content: '';
  background-color: var(--Primary-teal-light);
  border-radius: 50%;
}

.what-is-saft-play__item-desc {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Neutral-50);
}

.what-is-saft-play__media-content {
  flex: 1 1 calc(50% - 65px);
  height: calc(100% - 12px);
  margin-bottom: 12px;
}

.what-is-saft-play__image-wrapper picture,
.what-is-saft-play__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1360px) {
  .what-is-saft-play__content {
    gap: clamp(32px, -36.6px + 12.25vw, 130px);
  }

  .what-is-saft-play__title {
    font-size: clamp(24px, 15.6px + 1.5vw, 36px);
  }
}

@media screen and (max-width: 768px) {
  .what-is-saft-play {
    margin: 48px 0 0;
  }

  .what-is-saft-play:after {
    height: 131px;
  }

  .what-is-saft-play__content {
    flex-direction: column;
    gap: 32px;
  }

  .what-is-saft-play__content:after {
    content: none;
  }

  .what-is-saft-play__text-content {
    flex: 1 1 auto;
  }

  .what-is-saft-play__media-content {
    flex: 1 1 auto;
    height: calc(100% - 48px);
    margin-bottom: 48px;
  }

  .what-is-saft-play__image-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    aspect-ratio: 164 / 189;
  }
}

@media screen and (max-width: 560px) {
  .what-is-saft-play__title {
    margin: 0 0 8px;
    font-size: 24px;
  }
}
