#our-gallery {
  display: flex;
  width: 100%;
  padding: 3.75rem 0 7.5rem;
  flex-direction: column;
  align-items: center;
}
#our-gallery .sub-heading {
  text-align: center;
}
#our-gallery .heading-2 {
  text-align: center;
  width: 50%;
  margin-top: 0.5rem;
}
#our-gallery .description {
  width: 43.25rem;
  color: var(--text-body-60, rgba(46, 46, 46, 0.6));
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.04688rem;
  margin-top: 1rem;
}
#our-gallery .gallery-swiper {
  margin: 2.5rem 0;
  width: 100%;
  height: 24.82544rem;
}
#our-gallery .gallery-swiper .swiper-slide {
  height: 24.82544rem;
}
#our-gallery .gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#our-gallery .swiper-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16.375rem;
}
#our-gallery .gallery-swiper-button-prev,
#our-gallery .gallery-swiper-button-next {
  display: flex;
  padding: 0.68181rem;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0.25rem;
  background: var(--Green, #0b6836);
}
#our-gallery .gallery-swiper-button-prev svg,
#our-gallery .gallery-swiper-button-next svg {
  width: 1.63638rem;
  height: 1.63638rem;
}
#our-gallery .swiper-pagination-fraction {
  color: var(--text-body-60, rgba(46, 46, 46, 0.6));
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03125rem;
  text-align: center;
}
#our-gallery .swiper-pagination-current {
  color: var(--Text-Body-T1, #2e2e2e);
}
#our-gallery .swiper-pagination-total {
  color: var(--text-body-60, rgba(46, 46, 46, 0.3));
}

#our-gallery .gallery-mobile {
  display: flex;
  align-items: center;
  overflow: auto;
  width: 100%;
  height: 12.18rem;
  margin-top: 2rem;
}
#our-gallery .gallery-mobile .image {
  flex: 0 0 auto;
  width: 12.17363rem;
  height: 100%;
}
#our-gallery .gallery-mobile .image img {
  width: 12.17363rem;
  height: 100%;
  object-fit: cover;
}
#our-gallery .gallery-mobile .image:not(:last-child) {
  margin-right: 0.12263rem;
}

#our-gallery .image,
#our-gallery .swiper-slide {
  position: relative;
}
#our-gallery .image::after,
#our-gallery .swiper-slide::after {
  content: '';
  display: block;
  opacity: 0.5;
  background: linear-gradient(90deg, #000 0%, rgba(108, 108, 108, 0) 57.06%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 639.98px) {
  #our-gallery {
    padding: 2.5rem 0 5rem;
    align-items: start;
  }
  #our-gallery .sub-heading {
    text-align: left;
    padding: 0 1.25rem;
  }
  #our-gallery .heading-2 {
    text-align: left;
    width: 100%;
    margin-top: 0.25rem;
    padding: 0 1.25rem;
  }
  #our-gallery .description {
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: -0.03125rem;
    margin-top: 0.875rem;
    padding: 0 1.25rem;
    text-align: left;
  }
}
