.about {
  overflow-y: auto;
}

.about .box {
  max-width: 980px;
  padding-top: 160px;
  padding-bottom: 72px;
  line-height: 1.65;
}

.about h2 {
  font-size: 4.2rem;
  margin-bottom: 22px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  color: #f06e6e;
  text-transform: uppercase;
}

.about p {
  color: #d7d7d7;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-popover {
  position: absolute;
  top: calc(50% + 150px);
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 420px);
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 16px;
  z-index: 30;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.35);
  display: none;
}

.contact-popover--open {
  display: block;
}

.contact-popover__title {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-popover__item {
  display: block;
  color: #ececec;
  font-size: 1.5rem;
  margin-bottom: 8px;
  transition: 0.2s opacity;
}

.contact-popover__item:hover {
  opacity: 0.75;
}

@media (max-width: 900px) {
  .about .box {
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about h2 {
    font-size: 3rem;
  }

  .about p {
    font-size: 1.6rem;
  }
}
