.central-top {
  position: relative;
  z-index: 20;
}

.central-back {
  position: relative;
  z-index: 21;
}

.central-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 24px;
  min-height: 300px;
  padding: 38px 38px 0;
  overflow: visible;
  background: linear-gradient(130deg, #08296f 0%, #1259bd 52%, #66c9ef 100%);
}

.central-hero::after {
  display: none;
}

.central-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
}

.central-hero-visual {
  position: relative;
  z-index: 1;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin: 0;
  overflow: visible;
}

.central-hero-visual img {
  position: absolute;
  right: -22px;
  bottom: 0;
  display: block;
  width: auto;
  height: 370px;
  max-width: 590px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(4, 24, 74, .28));
}

@media (max-width: 760px) {
  .central-hero {
    grid-template-columns: 1fr;
    padding: 27px 23px 0;
    overflow: hidden;
  }

  .central-hero-copy {
    padding-bottom: 10px;
  }

  .central-hero-visual {
    min-height: 230px;
  }

  .central-hero-visual img {
    right: 50%;
    height: 250px;
    max-width: 520px;
    transform: translateX(50%);
  }
}
