#section-one {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-one .content-wrapper img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
#section-one .contact-info {
  text-align: center;
}
#section-one .contact-info h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
#section-one .contact-info a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0 0 20px 0;
  font-size: 24px;
}
#section-one .contact-info a:last-of-type {
  margin: 0 0 40px 0;
}
#section-one a.scroll-down {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #000;
}
#section-one .scroll-down p {
  font-size: 24px;
  margin: 0;
}

#section-two {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-two .content-wrapper p.main {
  max-width: 800px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 auto 40px;
}
#section-two a.scroll-down {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
#section-two .scroll-down p {
  font-size: 24px;
  margin: 0;
}

#section-three {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-three .content-wrapper {
  max-width: 800px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
#section-three .ulf-info {
  margin: 0 0 20px 0;
}
#section-three h2,
#section-three h3,
#section-three p,
#section-three a,
#section-three li {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
#section-three h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
#section-three h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
#section-three ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#section-three li {
  display: inline-block;
  margin: 0 0 10px 0;
}



/* Responsive styling */
@media only screen and (max-width: 768px) {
  #section-one .contact-info h1 {
    font-size: 30px;
  }
  #section-one .contact-info a {
    font-size: 18px;
  }
  #section-one .contact-info a:last-of-type {
    margin: 0 0 20px 0;
  }

  #section-two .content-wrapper p.main {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  #section-three h2 {
    font-size: 22px;
    margin: 0 0 4px 0;
  }
  #section-three h3 {
    font-size: 22px;
    margin: 0 0 4px 0;
  }
  #section-three p,
  #section-three a,
  #section-three li {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
}
