/* header */
.page-header {
  padding: 120px 0 180px;
  color: var(--physis-color);
  margin: auto;
  text-align: center;
}

.page-header h1 {
  font-weight: 800;
  font-size: 76px;
  line-height: 1;
  margin: 30px 0;
}
.page-header h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.page-header p {
  font-family: var(--physis-secondary-font);
  color: var(--physis-text);
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}
/* main */

sup {
  font-size: 80%;
}
.page-content {
  max-width: 98%;
  margin: 0 auto;
}
.page-content h2 {
  font-size: 32px;
}
.page-content h3 {
  font-size: 20px;
}
.page-content h4 {
  font-size: 18px;
}
.page-content p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.intro-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(../media/sfondo-physis_linee.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-intro-container {
  max-width: 800px;
  margin: 0 auto;
}
.page-intro-container section {
  padding-bottom: 20px;
}

/* contact-page */
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(../media/about/physis_villa_deste.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-header h1 {
  color: var(--physis-text);
}

.contact-content div {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.contact-contact-icons i {
  text-align: center;
  color: var(--physis-color);
  font-size: 56px;
  transition: all 150ms ease-in-out;
}
.contact-contact-icons i:hover {
  color: var(--physis-hover-color);
  font-size: 56px;
  cursor: pointer;
}

.contact-content h3 {
  font-size: 12px;
  text-align: center;
  color: var(--physis-text);
}

/* footer */

/* responsivness */
@media (max-width: 1200px) {
}
@media (max-width: 960px) {
  .page-header h1 {
    font-size: 56px;
  }
  .page-header h2 {
    font-size: 30px;
  }
  .page-header h3 {
    font-size: 12px;
  }
  .page-header p {
    font-size: 18px;
  }
  .grid {
    grid-gap: 22px;
  }
}
@media (max-width: 768px) {
  .page-intro-container section {
    padding-top: 100px;
  }
  /* .timeline-grid {
    grid-template-columns: 1fr;
  } */
}
@media (max-width: 480px) {
  .page-header h1 {
    font-size: 36px;
  }
  .page-header h2 {
    font-size: 26px;
  }
  .page-header h3 {
    font-size: 12px;
  }
  .page-intro-container {
    max-width: 380px;
    margin: 0 auto;
  }
}
