@media (max-width: 767px){
  .about-body-section {
    flex-direction: column-reverse;
    gap: 30px;
  }
    .about-grid {
    width: 100%;
  }
    .about-body-section {
  display: flex;
  padding: 50px 20px;
}
.about-para {
  font-size: 13px;
  line-height: 1.4rem;
  padding: 10px 0px;
}
.about-section .count {
  font-size: 20px;
}
  .about-body-section.b {
    flex-direction: column;
    gap: 30px;
  }
  .lap {
  width: 70%;
}
.group {
  position: absolute;
  top: 100px;         /* adjust to fine-tune vertical position */
  left: 100px;        /* adjust to fine-tune horizontal position */
  width: 100%;
}
.about-head {
  font-size: 30px;
}
/* popular-section */
.popular-section {
  padding: 50px 20px;
}
.popular-text{
    font-size: 16px;
    font-weight: 500;
}
.white-line {
  background-color: white;
  width: calc(100% - 20px);
  left: 20px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-body-section,
  .about-body-section.b {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
  }

  .about-grid {
    width: 100%;
  }

  .lap,
  .group {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .group {
    position: relative;
    top: 0;
    left: 0;
  }

  .bussiness-grid {
    flex-direction: column;
  }

  .bussiness-grid-left,
  .bussiness-grid-right {
    width: 100%;
  }

  .top-grid-section {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }

  .top-grid {
    width: 48%;
    text-align: center;
  }

  .work-img-grid,
  .service-grid-section {
    flex-direction: column;
    width: 100%;
  }

  .blog-img-section {
    width: 100%;
  }

  .blog-img-grid {
    width: 100%;
    height: auto;
  }

  .service-card-section {
    padding: 20px;
  }

  .grid-icon {
    width: 50px;
    height: 50px;
  }

  .grid-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .popular-text {
    font-size: 16px;
  }

  .arrow-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-body-section,
  .about-body-section.b {
    padding: 50px 30px;
    gap: 40px;
  }

  .about-head {
    font-size: 32px;
  }

  .about-para {
    font-size: 15px;
    line-height: 1.6rem;
  }

  .top-grid {
    text-align: center;
  }

  .lap {
    width: 90%;
  }

  .group {
    width: 90%;
    top: 60px;
    left: 50px;
  }

  .service-card-section {
    padding: 25px;
  }

  .grid-icon {
    width: 50px;
    height: 50px;
  }

  .grid-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .popular-section {
    padding: 50px 30px;
  }

  .popular-text {
    font-size: 17px;
  }

  .arrow-text {
    font-size: 15px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {}