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

#contact-us {
  padding-block: 120px 80px;
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/about-us-cards.png') no-repeat;
  background-position-y: bottom;
}

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

#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;
  }

  #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;
  }
}

@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;
  }
}
