@media screen and (min-width: 992px) and (max-width: 1300px) {
  .contact-us p {
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .contact-us {
    flex-direction: row;
    text-align: start;
    padding-top: 20px;
    justify-content: space-around;
  }
  .loc p {
    padding-left: 0;
  }
  .location-quick {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .contact-us {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 50px;
    font-size: 18px;
  }
  .loc p {
    padding-left: 0;
  }
}
