﻿@media screen and (max-width: 768px) {
  header {
    background: url("/Images/HeroBG.jpg") no-repeat center center;
    background-size: cover;
    min-height: 600px;
  }
  header .top-section {
    box-sizing: border-box;
    padding: 20px 0;
  }
  header .top-section img {
    display: block;
    height: 50px;
    margin: 0 auto;
  }
  header .bottom-section {
    padding-bottom: 90px;
  }
  header .bottom-section .bottom-section-wrapper {
    display: block;
  }
  header .bottom-section .bottom-section-wrapper .bottom-section-col {
    width: 100%;
    flex: initial;
    box-sizing: border-box;
    padding: 0 0px;
  }
  header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(1) {
    display: block;
    align-items: center;
    margin-bottom: 50px;
  }
  header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(1) img {
    width: 100%;
  }
  header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(2) {
    box-sizing: border-box;
    padding: 0 0 0 0px;
  }
  .button-block {
    display: flex;
    justify-content: center;
  }
  .ajax-container {
    width: 100%;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-wrapper {
    display: block;
    text-align: center;
  }
  footer .footer-wrapper .logo {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .logo img {
    height: 36px;
  }
  footer .footer-wrapper .info a {
    font-size: 18px;
  }
}
