.about-us .img-wrap img {
  border-radius: 20px;
}

#contact-us {
  padding-block: 120px 0;
  background: none;
}

#contact-us .wrapper {
  display: block;
}

/* #gallery-wrap {
  border-top: 1px solid #76885b;
} */

#gallery-wrap section {
  border-top: 1px solid #76885b;
}

section:first-of-type,
section:nth-last-of-type(2),
section:nth-last-of-type(4) {
  background-color: #76885b18;
}

#gallery-wrap section:last-of-type {
  padding-bottom: 120px;
}

#gallery-wrap .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#gallery-wrap .wrapper img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  filter: contrast(1.2) brightness(0.9) saturate(1.2);
  transition: all 0.3s ease-in-out;
}

#gallery-wrap .wrapper .gallery-item:hover img {
  scale: 1.1;
}

#gallery-wrap .gallery-item {
  max-height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

#gallery-wrap section {
  padding-block: 120px;
}

#contact-us .wrapper .img-wrap {
  margin-bottom: 80px;
}

#contact-us .wrapper .img-wrap img {
  height: 400px;
}

#contact-us .text-wrap .description {
  margin-bottom: 100px;
  max-width: 90%;
}

#contact-us .about-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#contact-us .about-item {
  padding: 65px 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
  background: #fff;
}

#contact-us .about-item-wrap .heading {
  font-size: 24px;
  line-height: auto;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact-us .wrapper .text-wrap .description {
  line-height: 1.5;
}

#about {
  padding-block: 230px 240px;
  margin-top: 0;
}

#about .section-heading {
  text-align: center;
}

#contact-us .about-item {
  border-bottom: 4px solid #76885b;
}

.about-us .img-wrap img {
  border-radius: 10px;
}

#contact-us .wrapper img {
  object-fit: cover !important;
}

#contact-us .wrapper .img-wrap {
  min-height: auto !important;
}

@media screen and (max-width: 991px) {
  #contact-us .about-item-wrap .heading {
    font-size: 22px !important;
    line-height: auto;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #gallery-wrap .wrapper {
    grid-template-columns: 100%;
  }

  #gallery-wrap section {
    padding-block: 50px;
  }

  #contact-us {
    padding-bottom: 0;
  }

  #contact-us .about-item-wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
  }

  #contact-us .wrapper .img-wrap img {
    height: 340px;
  }

  #contact-us .wrapper .text-wrap .section-heading {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us .about-item-wrap .heading {
    font-size: 20px !important;
  }
  #contact-us {
    padding-block: 110px 80px;
  }

  #contact-us .wrapper .text-wrap .section-heading {
    margin-bottom: 20px;
  }

  #gallery-wrap .wrapper {
    grid-template-columns: 100%;
  }
}
