.about {
  background: #f2f4f7;
  border-bottom: 1px solid #dce4ee;
}

.about-copy {
  max-width: 850px;
  margin: 0 auto;
}

.about-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 4.6vw, 4.8rem);
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.about-copy h2 em {
  color: #2563eb;
  font-style: normal;
}

.about-copy p {
  max-width: 720px;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 1.12rem;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 750;
}

.linkedin-link span {
  color: #10b981;
  transition: transform 0.2s;
}

.linkedin-link:hover span {
  transform: translate(2px, -2px);
}

@media (max-width: 580px) {
  .about-copy h2 {
    font-size: 2.75rem;
  }
}
