.about {
  padding: 200px 0px 0px 0px;
  max-width: 1200px;
  margin: auto;
}
.about-tours {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 150px;
}
.about-tours-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.image {
  width: 390px;
}
.image-block {
  position: relative;
}
.image-absolute {
  position: absolute;
  right: 0;
  bottom: -30%;
}
.about-tours-text-content {
  padding: 70px 0;
}
.about-tours-text-content p {
  padding-top: 50px;
  width: 65%;
}
.text-block {
  padding-top: 50px;
}
.text-block p {
  padding-top: 70px;
}
.places-carousel-header {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.places-carousel-header p {
  width: 60%;
}
.drug-button {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 133px;
  height: 133px;
}
.drug-button p {
  padding: 48px 36px 55px 39px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: "Cormorant";
  font-size: 20px;
  line-height: 40px;
}
.about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 150px;
}
.about-us h4 {
  padding: 105px 0 40px 0;
}
.about-us p {
  width: 84%;
}
.end {
  text-align: end;
}
.about-us-img {
  width: 590px;
}
.left {
  left: -20%;
}

/* backround images */

.tour-car1 {
  background-image: url("/assets/images/cars2.png");
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tour-car2 {
  background-image: url("/assets/images/cars6.png");
  /* height: 60vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tour-car3 {
  background-image: url("/assets/images/cars7.png");
  /* height: 60vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tour-car4 {
  background-image: url("/assets/images/cars7_logo.png");
  /* height: 60vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1145px) {
  .about h2 {
    padding: 0px 20px;
  }
  .about-tours-block {
    grid-template-columns: 1fr;
  }
  .about-tours-text-content p {
    padding-top: 50px;
    width: 65%;
    margin: auto;
  }
  .image-block {
    text-align: center;
  }
  .about-us {
    grid-template-columns: 1fr;
  }
  .image-absolute {
    display: none;
  }
}
@media (max-width: 645px) {
  .about-us-img {
    width: 100%;
  }
  .image {
    width: 100%;
  }
  .about-us {
    padding-bottom: 0px;
  }
  .about-tours {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .about-tours-text-content p {
    width: 100%;
  }
  .about-us h4 {
    padding: 50px 0 40px 0;
  }
  .about-us p {
    width: 100%;
  }
  .places-carousel-header {
    display: block;
    text-align: center;
  }
  .about-tours-text-content {
    padding: 0;
  }
  .places-carousel-header p {
    margin: auto;
    padding-bottom: 50px;
    width: 100%;
  }
  .drug-button {
    display: none;
  }
  .about {
    padding: 50px 0px 0px 0px;
  }
}
