.scribe-story {
  gap: 25px;
}

.scribe-story-closing {
  position: relative;
  padding: 30px 32px;
  margin-top: 10px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #0b64c7, #0a3b70);
  border-radius: 16px;
  box-shadow: 0 20px 42px rgba(12, 80, 150, .18);
}

.scribe-story-closing::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -75px;
  top: -82px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(255, 255, 255, .035), 0 0 0 50px rgba(255, 255, 255, .025);
}

.scribe-story-closing span,
.scribe-story-closing strong {
  position: relative;
  z-index: 2;
  display: block;
}

.scribe-story-closing span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.scribe-story-closing strong {
  max-width: 500px;
  margin-top: 7px;
  font: 500 25px/1.15 Georgia, serif;
}

.scribe-story-closing .text-link {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  color: #fff;
}

@media (max-width: 640px) {
  .scribe-story-closing {
    padding: 26px 24px;
  }
}
