.about-commitment-8__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.about-commitment-8__media {
  position: relative;
  min-height: 510px;
}

.about-commitment-8__dots {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.76) 1.5px, transparent 1.8px);
  background-size: 10px 10px;
}

.about-commitment-8__stack {
  position: absolute;
  inset: 34px 20px 18px 36px;
  border-radius: 42px 42px 78px 78px;
  overflow: hidden;
  background: #ffffff;
}

.about-commitment-8__panel {
  height: 50%;
}

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

.about-commitment-8__panel--top::after,
.about-commitment-8__panel--bottom::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 110px;
  border: 10px solid #ffe55d;
  border-right: 0;
  border-radius: 44px 0 0 44px;
}

.about-commitment-8__panel--top,
.about-commitment-8__panel--bottom {
  position: relative;
}

.about-commitment-8__panel--top::after {
  top: -12px;
  right: -18px;
}

.about-commitment-8__panel--bottom::before {
  left: -18px;
  bottom: 18px;
  transform: scaleY(-1);
}

.about-commitment-8__content .home-8-copy {
  max-width: 980px;
}

.about-commitment-8__actions {
  margin-top: 26px;
}

.about-commitment-8__call {
  min-width: 252px;
}

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

  .about-commitment-8__media {
    order: 2;
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .about-commitment-8__media {
    min-height: 320px;
  }

  .about-commitment-8__stack {
    inset: 24px 12px 12px 22px;
  }

  .about-commitment-8__call {
    min-width: 0;
  }
}
