/* MEDIA QUERIES */

@media (min-width: 768px) {
  .main-intro h6 {
    font-size: 2rem;
  }
  .main-intro h1 {
    font-size: 4rem;
  }
  .intro h5 {
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  p {
    font-size: 1.6rem;
  }
  .row h3 {
    font-size: 3.5rem;
  }
  .row h4 {
    font-size: 2.2rem;
  }
  .thanks h5 {
    font-size: 1.8rem;
  }
  .responsive p {
    margin: 0 15rem;
  }
  .next-img h5 {
    font-size: 2rem;
  }

  .next-img h6 a {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 2rem;
  }
  .intro {
    margin: 0 15rem !important;
  }
}
