@media only screen and (max-width: 600px) {
  .banner-text {
    /* display: none; */
  }
  .banner {
    /* background: #0c263c !important; */
  }
  .btn-header {
    width: 120px;
  }
  .header-logo img {
    height: 40px;
    width: auto;
  }

  .btn-blue {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #fff;
    background-color: var(--primary-color);
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    width: 100px;
    min-width: 100px;
    outline: 0;
    cursor: pointer;
    padding: 10px 15px;
    transition: all ease 0.5s;
    display: inline-block;
  }
  .header-flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;

    align-items: center;
    padding: 0px 0px !important;
  }
  .banner {
    background: url('../images/Banner.png');
    height: 100%;
    /* height: 500px; */
    margin-top: 60px;
    position: relative;
  }
  .about-image img {
    height: 500px;
    width: auto;
    max-width: 100%;
  }
  .owl-nav {
    display: none;
  }
  .reverse-direction {
    flex-direction: column-reverse;
  }
  .banner-form {
    margin-top: 6%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    padding: 20px;
    border-radius: 8px;
  }
  .banner-text {
    padding-top: 20%;
  }
  .stats-number h2 {
    font-size: 40px;
  }
  .call {
    position: fixed;
    bottom: 9vh;
    left: 10px;
    background-color: #000000;
    padding: 10px;
    border-radius: 5px;
  }
  .header-links {
    display: none;
  }
  .get-in-content {
    margin-bottom: 5%;
  }
}
