.about-experience-8__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.about-experience-8__cluster {
  position: relative;
  min-height: 470px;
}

.about-experience-8__blob {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 18px 26px rgba(41, 45, 51, 0.1);
}

.about-experience-8__blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-experience-8__blob--top {
  top: 12px;
  left: 68px;
  width: 184px;
  height: 192px;
  border-radius: 44% 56% 54% 46% / 34% 38% 62% 66%;
}

.about-experience-8__blob--bottom {
  left: 82px;
  bottom: 76px;
  width: 200px;
  height: 228px;
  border-radius: 40% 60% 36% 64% / 38% 34% 66% 62%;
}

.about-experience-8__dot {
  position: absolute;
  border-radius: 50%;
}

.about-experience-8__dot--yellow {
  top: 108px;
  left: 0;
  width: 74px;
  height: 74px;
  background: #ffe55d;
}

.about-experience-8__dot--black-sm {
  top: 206px;
  left: 76px;
  width: 54px;
  height: 54px;
  background: #080808;
}

.about-experience-8__dot--yellow-sm {
  top: 175px;
  left: 228px;
  width: 36px;
  height: 36px;
  background: #ffe55d;
}

.about-experience-8__dot--black-lg {
  top: 262px;
  left: 250px;
  width: 84px;
  height: 84px;
  background: #080808;
}

.about-experience-8__badge {
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 132px;
  min-height: 138px;
  padding: 46px 18px 18px;
  border-radius: 48% 52% 42% 58% / 36% 38% 62% 64%;
  background: #ffe55d;
  color: #1d1f24;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.about-experience-8__badge::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 36px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 100%, #dce8ff 0 18px, transparent 19px),
    radial-gradient(circle at 34% 100%, #edf3ff 0 16px, transparent 17px),
    radial-gradient(circle at 54% 100%, #dce8ff 0 19px, transparent 20px),
    radial-gradient(circle at 75% 100%, #edf3ff 0 15px, transparent 16px),
    radial-gradient(circle at 92% 100%, #dce8ff 0 17px, transparent 18px);
}

.about-experience-8__content .home-8-copy {
  max-width: 900px;
}

@media (max-width: 1180px) {
  .about-experience-8__grid {
    grid-template-columns: 1fr;
  }

  .about-experience-8__cluster {
    width: 360px;
    min-height: 410px;
    max-width: 100%;
    justify-self: center;
    margin: 0 auto;
  }

  .about-experience-8__blob--top {
    top: 8px;
    left: 92px;
  }

  .about-experience-8__blob--bottom {
    left: 106px;
    bottom: 54px;
  }

  .about-experience-8__dot--yellow {
    top: 86px;
    left: 32px;
  }

  .about-experience-8__dot--black-sm {
    top: 168px;
    left: 112px;
  }

  .about-experience-8__dot--yellow-sm {
    top: 146px;
    left: 278px;
  }

  .about-experience-8__dot--black-lg {
    top: 214px;
    left: 288px;
  }

  .about-experience-8__badge {
    left: 86px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-experience-8__grid {
    gap: 20px;
  }

  .about-experience-8__cluster {
    width: 320px;
    min-height: 360px;
    max-width: 100%;
    justify-self: center;
    margin: 0 auto;
  }

  .about-experience-8__blob--top {
    top: 4px;
    left: 84px;
    width: 150px;
    height: 156px;
  }

  .about-experience-8__blob--bottom {
    left: 94px;
    bottom: 48px;
    width: 164px;
    height: 188px;
  }

  .about-experience-8__dot--yellow {
    top: 84px;
    left: 28px;
    width: 58px;
    height: 58px;
  }

  .about-experience-8__dot--black-sm {
    top: 162px;
    left: 102px;
  }

  .about-experience-8__dot--yellow-sm {
    top: 150px;
    left: 238px;
  }

  .about-experience-8__dot--black-lg {
    top: 220px;
    left: 230px;
    width: 68px;
    height: 68px;
  }

  .about-experience-8__badge {
    left: 74px;
    bottom: 0;
    width: 122px;
    min-height: 128px;
    padding: 42px 16px 16px;
    font-size: 13px;
  }
}
