.wall-of-love-section {
  padding: 72px 0 96px;
}

.wall-of-love-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.wall-of-love-eyebrow {
  margin: 0 0 14px;
  color: #67d8ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wall-of-love-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.wall-of-love-frame {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  background: transparent;
}

@media (max-width: 640px) {
  .wall-of-love-section {
    padding: 54px 0 72px;
  }

  .wall-of-love-heading {
    margin-bottom: 32px;
  }

  .wall-of-love-frame {
    min-height: 760px;
  }
}
