/* about 6 start ---------------------*/
.about-image-left {
  position: relative;
  width: 100%;
  height: 520px;
}

.about-images-right-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 520px;
}

.about-image-right-wrapper {
  position: relative;
  flex: 1;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .about-image-left {
    height: 350px;
  }
  .about-images-right-container {
    height: 700px;
    margin-top: 30px;
  }
}

.img-box9 .img1 {
  border-radius: 30px;
}

.img-box9 img {
  border-radius: 30px;
}

.img-box10 {
  position: relative;
  margin-left: 5px;
}

.img-box10 .img1,
.img-box10 .img2 {
  position: relative;
  border-radius: 200px;
  min-width: 200px;
  overflow: hidden;
  z-index: 2;
}

.img-box10 .img2 {
  height: 450px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box10 .img2 {
    height: 100%;
  }
}

.img-box10 img {
  border-radius: 200px;
}

.year-counter {
  position: absolute;
  bottom: 0%;
  right: 5px;
  width: 302px;
  background: #CDFF62;
  border-radius: 50px;
  text-align: center;
  padding: 70px 55px 27px 55px;
  z-index: 1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .year-counter {
    bottom: -2%;
  }
}

@media (max-width: 1199px) {
  .year-counter {
    right: 31%;
  }
}

@media (max-width: 991px) {
  .year-counter {
    right: 8%;
  }
}

@media (max-width: 767px) {
  .year-counter {
    right: 0%;
  }
}

@media (max-width: 480px) {
  .year-counter {
    position: relative;
  }
}

@media (max-width: 375px) {
  .year-counter {
    width: 275px;
  }
}

.year-counter .box-number {
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}

.year-counter .box-text {
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
  margin-bottom: -0.4rem;
}

.img-box10-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box10-wrapp {
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .img-box10-wrapp {
    display: block;
  }
}

.about-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .about-wrapp {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .about-wrapp {
    display: block;
  }
  .about-wrapp .about-content {
    margin-bottom: 30px;
    text-align:justify;
  }
}

.about-wrapp .img1 {
  border-radius: 30px;
}

.about-wrapp .img1 img {
  border-radius: 30px;
}

.about-wrapp .img2 {
  min-width: 350px;
  border-radius: 30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .about-wrapp .img2 {
    min-width: 300px;
  }
}

.about-wrapp .img2:not(:last-child) {
  margin-bottom: 24px;
}

.about-wrapp .img2 img {
  border-radius: 30px;
}
