@media (min-width: 889px) {
  section.contact {
    div {
      padding: 5rem;
    }
  }
}

@media (min-width: 913px) {
  section.banner {
    div {
      margin: 0 0 0 41%;
      h1 {
        font-size: xx-large;
      }
  
      p {
        font-size: large;
      }
    }
  }

  section.services {
    div.services-header {
      h2 {
        font-size: xx-large;
      }
      p {
        font-size: large;
      }
    }
  }
}

@media (min-width: 1234px) {
  section.me {
    img {
      width: 15rem;
    }
  }
}
