/* .About_us_sec {
  padding-bottom: 0px;
} */


.heading {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
  color: var(--primary-color);
  /* border-bottom: 2px solid #948979; */
  padding-bottom: 10px;
  margin-bottom: 32px;
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--black);
  position: relative;
  padding-bottom: 10px;
}

.heading::before {
  content: "";
  width: 145px;
  height: 5px;
  border-radius: 6px;
  background: var(--btn-bg-dark);
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -10px;
  background: #948979;
}



/* partners section  */

.About_us_sec .d_grid {
  margin-top: 50px;
}

.About_us_sec .img_sec img {
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
  rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.About_us_sec p {
  line-height: 1.5;
  margin-top: 20px;
}

/* gallery section */

.gallery_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
  url(/images/bg-2.webp);
}

.gallery_section .heading{
  color: white;
  font-size: 42px;
  margin-bottom: 45px;
}


.gallery_section .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.gallery_section .d_grid {
      gap: 20px;
      margin: auto;
  
}

.gallery_card {
  border-radius: 10px;
  height: 182px;
  width: 280px;
}

.gallery_card img {
  border-radius: 0px;
}

.card_overlay {
  height: 52px;
}

.gallery_card .main_heading {
  font-size: 21px;
}
.para_content {
  max-height: 100px;
  overflow-y: hidden;
}

.big_heading{
  text-align: center;
  font-size: 58px;
  color: #524a3e;
  padding: 30px;
  background: #ede9e4;
  font-family: serif;
  letter-spacing: 1.4px;
  margin: 0px;
  width: 90%;
  text-transform: uppercase;
  margin: auto;
  border-radius: 20px;
}

/* .different{
  position: relative;
  margin: 0px;
  padding-top: 27px;
  background: #ede9e4;
  padding-bottom: 55px;
} */

/* .About_us_sec .d_grid {
  margin:0px;
} */

/* .About_us_sec .img_sec img {
  background: #ede9e4;
} */

/* .different .row{
  gap:0px;
}*/

.About_us_sec .img_sec {
  width: 90%;
  text-align: center;
}
.About_us_sec .img_sec img {
  max-width:400px;
}


/* @media (min-width: 768px) {
  .different {
      max-width: 100%;
  }
} */
@media (min-width: 768px) and (max-width: 991px) {
.gallery_section .d_grid {
    grid-template-columns: 1fr 1fr;
}

}

@media (max-width: 420px) {


  .About_us_sec .img_sec img {
    max-width: 100%;
}

  .About_us_sec .img_sec {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    order:1;
}

.big_heading {
  font-size: 47px;
  padding: 15px;
  width: 95%;
  border-radius: 8px;
}

.different .About_content {
  /* background: #ede9e4; */
  order: 2;
}

}