#contact {
  display: flex;
  align-items: center;
}

#contact .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-info { text-align: center; }

.contact-info p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.contact-info a {
  border-bottom: 1px solid var(--red);
  padding-bottom: 2px;
  transition: color 0.2s;
}
