#contact-us-section {
  padding: 5%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#areas-served-map {
  width: 60%;
  height: 50vh;
  margin-bottom: 40px;
  border:0;
  position: relative;
  clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
  top: -1em;
  border: inherit;
}

#contact-us-message {
  margin-top: 50px;
}

#contact-us-message p {
  width: 30vw;
} 

@media (max-width: 768px) {
  #areas-served-map {
    width: 100%;
    height: 40vh;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #contact-us-message p {
    width: 100%;
  } 
}