@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header {
    display: none;
  }
  .mobil-header,
  .mobil-menu {
    display: inline-block;
  }
  .home_slider .content .background {
    height: auto;
    width: 100%;
  }
  .home_slider .content .text .logo {
    width: 50px;
  }

  .home_slider .content .text h1 {
    font-size: 24px;
  }

  .home_slider .content .text h2 {
    font-size: 14px;
  }
  .title .line {
    width: 10%;
  }
  .title {
    margin: 2rem 0;
  }
  .WhatWeOffer .content,
  .WhoWeAre .content {
    flex-wrap: wrap;
  }
  .WhoWeAre img {
    width: 100%;
  }

  .WhoWeAre p.text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .WhatWeOffer .content .card {
    margin: 10px 0;
  }
  .AboutUs .glide__slide--active {
    transform: scale(1);
  }
  .AboutUs {
    padding: 1px 10px 10rem 10px;
  }

  .AboutUs .glide__slide .card {
    width: 95%;
    padding: 40px 20px 20px 20px;
  }
  .Getintouch .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .col_one,
  .col_two {
    width: 100%;
  }
  .col_two .input-container {
    width: 100%;
    margin: 20px 0;
  }
  .col_two .radio-input label {
    padding: 5px;
    text-align: center;
  }
  .col_one .card {
    display: flex;
    align-items: center;
    width: 49%;
    justify-content: center;
    margin: 20px 0;
  }
  .col_one {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .col_one .card .icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
  }

  .col_one .card img {
    width: 32px;
    height: 32px;
  }
  .col_two button {
    width: 100%;
  }
  .Getintouch {
    margin-bottom: 0;
  }
  .AboutUs .glide__slide {
    height: 30vh;
  }
  .on-demand-rides,
  .sedans-page,
  .vehicle-rentals,
  .excursion-booking {
    padding-top: 0;
  }
  .modal-content h2,
  .home_slider .text_content {
    font-size: 24px;
  }
}
