@media (max-width: 1455px) {
  #main .hero-section .section-wrapper #google-map {
    width: 65%;
  }
}

@media (max-width: 1355px) {
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .hero-section .section-wrapper .text-container .text {
    font-size: 16px;
    max-width: 270px;
  }
}

@media (max-width: 1270px) {
  #main .hero-section .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main .hero-section .section-wrapper #google-map {
    margin: 0;
    margin-top: 50px;
    width: 80%;
  }
  #main .hero-section .section-wrapper .text-container {
    padding-left: 10%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 55px;
  }
  #main .hero-section .section-wrapper .text-container .text {
    font-size: 18px;
  }
  #main .hero-section .section-wrapper .text-container .info {
    font-size: 18px;
  }
}

@media (max-width: 1030px) {
  #main .hero-section .section-wrapper #google-map {
    width: 100%;
  }
  #main .hero-section .section-wrapper .text-container {
    padding: 0;
  }
}

@media (max-width: 821px) {
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 50px;
  }
  #main .hero-section .section-wrapper .text-container .text {
    font-size: 16px;
  }
}

@media (max-width: 748px) {
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .hero-section .section-wrapper #google-map {
    width: 86vw;
    height: 86vw;
  }
}

@media (max-width: 601px) {
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 40px;
  }
}

@media (max-width: 310px) {
  #main .hero-section .section-wrapper .text-container .heading {
    font-size: 35px;
  }
}
/*# sourceMappingURL=contact.css.map */