/* --------------------------------------- */
/* ---------------- MOBILE --------------- */
/* --------------------------------------- */

#section-intro {
  margin-bottom: 0px;
}

/* Contact Info */

#contact-info p {
  text-align: center;
  font-size: 16px;
}

#contact-info > div[id^="section-contact-"]:not(:last-of-type) {
  padding-bottom: 25px;
}

.team-contact a {
  color: var(--text-color);
}

/* --------------------------------------- */
/* --------------- DESKTOP --------------- */
/* --------------------------------------- */

@media screen and (orientation: landscape) {
  .team-contact > p {
    text-align: center;
  }
}
