@media only screen and (max-width: 800px) {
  .navbar {
    display: none;
  }
  .info-wrapper {
    display: none;
  }
  .top {
    justify-content: space-evenly;
  }
  .img-box {
    max-width: 300px;
    object-fit: cover;
  }
  .call-red {
    padding: 7px;
    margin-right: 7px;
  }
  .content-box {
    align-items: center;
  }
  .slider,
  .slider-img,
  .slider-text {
    height: 400px;
  }
  .slider-text {
    max-width: 400px;
  }
  .title {
    text-align: center;
  }
  .subtitle {
    text-align: center;
  }
  .hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 25px;
    background-image: url(hamburger.png);
    background-repeat: no-repeat;
    display: block;
  }

  .mobile-menu {
    background-color: #1f425d;
    padding: 20px;
    opacity: 0;
  }

  .mobile-ul {
    width: 100%;
    list-style: none;
  }

  .show-menu {
    transition: all 0.2s ease-in;
    display: flex;
    opacity: 1;
    margin-bottom: 20px;
  }

  .mobile-list {
    border-bottom: 1px solid #4ab9cf;
    margin-top: 10px;
    text-transform: uppercase;
  }

  .header-address {
    margin-left: 5px;
  }

  .feature {
    margin-left: 20px;
  }
  .feature-wrapper {
    justify-content: center;
  }
  .page-container {
    padding: 20px;
  }
  .footer-content {
    max-width: 70%;
    flex-wrap: wrap;
  }
}
