/* <><> MOBILE STYLES <><> */
@media only screen and (width <= 1000px) {
  html {
    font-size: 10px;
  }

  h4,
  h5 {
    font-size: 2rem;
  }
}

@media only screen and (width <= 800px) {
  .card-2-column {
    grid-template-columns: 1fr;
  }
}

@media only screen and (width <= 700px) {
  .title-section {
    flex-direction: column;
  }
}

@media only screen and (width <= 500px) {
  .enquire-section {
    grid-template-columns: 1fr;
  }
}
