.sideImageStyle {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sectionPdng {
  padding-top: 5.2rem !important;
}

.unitSectionPdng {
  padding-top: 4rem !important;
}

.galleryHeading {
  color: #222222;
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 0px;
}

.heading {
  color: #222222;
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 2.25em;
  letter-spacing: 4px;
  margin-bottom: 0px;
}

.description {
  color: #222222;
  font-family: "Formular";
  font-weight: 400;
  font-size: 13.5px;
  margin-bottom: 30px;
}

.tab {
  color: #222222;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 15px;
  margin-bottom: 0px;
  cursor: pointer;
}

.activeTab {
  color: #222222;
  font-weight: 700;
  font-size: 12px;
  background-color: #f2f480;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 0px;
  cursor: pointer;
}

.parentTab {
  color: #222222;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 35px;
  margin-bottom: 0px;
  cursor: pointer;
  background: rgba(67, 67, 67, 0.12);
}

.parentActiveTab {
  color: white;
  font-weight: 700;
  font-size: 12px;
  background-color: #434343;
  padding: 5px 35px;
  border-radius: 6px;
  margin-bottom: 0px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.imageStyle {
  width: 100%;
  height: auto;
  max-height: 24rem;
  margin-bottom: 4rem;
  object-fit: contain;
}

.galleryLabel {
  color: white;
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 52px;
}

.galleryLabelSm {
  color: white;
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 36px;
}

.labelContainer {
  position: absolute;
  bottom: 3rem;
  left: 30px;
}

.borderBottom {
  width: 85%;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.borderBottom::-webkit-scrollbar {
  display: none;
}

.galleryAftrImg {
  position: relative;
}

.galleryAftrImg::after {
  content: '';
  position: absolute;
  background-image: url(/assets/images/gallery.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  background-color: #f7f7f7;
  height: 100%;
  top: 0;
  right: -2rem;
}

@media screen and (max-width: 768px) {

  .tab,
  .activeTab,
  .parentTab,
  .parentActiveTab {
    white-space: nowrap;
    font-size: 16px;
  }

  .heading {
    font-size: 28px;
  }

  .description {
    font-size: 18px;
  }

  .labelContainer {
    left: 15px;
    bottom: 0;
  }

  .galleryLabel {
    font-size: 24px;
  }

  .galleryLabelSm {
    font-size: 21px;
  }

  .imageStyle {
    width: 100%;
    min-height: 350px;
    max-height: 580px;
    margin-bottom: 0;
    object-fit: contain;
  }

  .borderBottom {
    width: 100%;
  }

  .galleryAftrImg::after {
    width: 5rem;
    top: 0;
    right: 0;
    z-index: -1;
  }
}