@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;
}
.specials_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;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  padding: 20px;
}
.specials_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.specials_container > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

@media screen and (max-width: 1250px), screen and (max-width: 13000px) {
  .specials_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) {
  .specials_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: 750px) {
  .specials_container {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    margin-top: 25px;
  }
}
@media screen and (max-width: 580px) {
  .aboutus_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;
  }

  .about_image {
    float: unset;
    width: 95%;
  }

  .content_p1, .content_p2, .content_p3, .content_p4 {
    width: 95%;
  }
}