.home-why-7__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
}

.home-why-7__media {
  position: relative;
}

.home-why-7__image-wrap img {
  display: block;
  width: 100%;
  border: 10px solid #bde3f8;
  border-radius: 42px;
  object-fit: cover;
}

.home-why-7__media--left .home-why-7__image-wrap img {
  aspect-ratio: 0.78 / 1;
}

.home-why-7__media--right .home-why-7__image-wrap img {
  aspect-ratio: 0.76 / 1;
}

.home-why-7__bubble {
  position: absolute;
  top: -38px;
  left: 52%;
  z-index: 2;
  width: 220px;
  padding: 44px 18px 18px;
  transform: translateX(-50%);
  border: 14px solid #1d3a73;
  border-radius: 999px 999px 999px 36px;
  background: #a8d3f1;
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.home-why-7__badge {
  position: absolute;
  right: -18px;
  bottom: 42px;
  z-index: 2;
  padding: 24px 32px;
  border-radius: 999px;
  background: #1d3a73;
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1180px) {
  .home-why-7__grid {
    grid-template-columns: 1fr;
  }

  .home-why-7__bubble {
    left: 50%;
  }

  .home-why-7__badge {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .home-why-7__image-wrap img {
    border-width: 7px;
    border-radius: 26px;
  }

  .home-why-7__bubble {
    width: 172px;
    padding-top: 34px;
    font-size: 15px;
  }

  .home-why-7__badge {
    position: static;
    margin-top: 16px;
    font-size: 15px;
  }
}
