/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 2rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logodiv {
  position: relative;
}
.logo {
  position: relative;
  max-width: 80%;
}



/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 10rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
  }
  .logo {
    position: absolute;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero-heading {
    font-size: 2.6rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    right: 5rem;
    max-height: 510px;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .hero-heading {
    font-size: 3.0rem;
  }
  .logo {
    max-height: 615px;
  }

}