@font-face {
  font-family: "Bebas Neue";
  src: url("/Fonts/bebasneue-webfont.eot");
  src: url("/Fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/bebasneue-webfont.woff") format("woff"), url("/Fonts/bebasneue-webfont.ttf") format("truetype"), url("/Fonts/bebasneue-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.contactus_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  width: unset;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content;
  padding: 20px;
}
.contactus_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.contactus_container > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.contactus_container > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.button_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.button_image {
  margin-top: 40px;
  font-size: 140px;
  color: #4b8596;
  text-align: center;
}

.button_quote {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  margin-top: 40px;
  height: 50px;
}

@media screen and (max-width: 1250px), screen and (max-width: 13000px) {
  .contactus_container {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    max-width: 1250px;
    min-width: 922px;
  }
}
@media screen and (max-width: 922px) {
  .contactus_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    max-width: unset;
    min-width: unset;
    max-width: 922px;
  }
}
@media screen and (max-width: 520px) {
  .button_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .button_image {
    /*margin-top: 0;*/
  }
}