 /* Responsive Design */
@media (max-width: 768px) {
  .mentor {
    height: fit-content;
  }

  .mentor .container {
    flex-direction: column;
    align-items: center;
  }

  .item img {
    width: 80px;
  }

  .container .image {
    height: 250px;
    width: 250px;
  }
  .container .image img {
    height: 250px;
    width: 250px;
  }

  .mentor .container .message {
    width: 100% !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .mentor .container .message p {
    text-align: justify;
    padding: 10px;
    width: 80% !important;
  }

  .container .message .name p {
    padding: 0;
    text-align: center;
    width: 100% !important;
  }

  .mentor .title {
    font-size: 1.5em;
  }
  .footer__section {
    flex-direction: column;
    padding: 0 14px;
  }

  .footer-logo {
    width: 100%;
  }

  .copyright-social-section {
    flex-direction: column;
  }

  .copyright-social-section {
    .social-handles {
      margin: 2px 0;
    }
    .copyright {
      font-size: 10px;
    }

    a {
      font-size: 18px;
    }
  }
}

@media (width <= 720px) {
  .stats {
    flex-direction: column;
  }

  .about-section {
    flex-direction: column;
    height: 100vh;
  }

 .product-main{
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

.details{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-main .logo{
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.product-images img{
  width: 150px;
}

.product-images{
  width: 100%;
  justify-content: center;
}

.product-wrapper {
  width: 100%;
  height: 100%;
}

.about .container {
    flex-direction: column;
  }

  .stats .boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .content h1 {
    font-size: 32px;
    max-width: 500px !important;
  }
  .home .content p {
    font-size: 14px;
  }

  .content-section {
    padding: 15px 10px !important;
    /* overflow: hidden; */
    /* height: 110vh; */
  }

  .content-section .title {
    padding: 0px 0 !important;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Web {
    grid-column: span 2;
  }

  .SEO {
    grid-column: span 2;
  }

  /* .android-ios {
      grid-column: span 1;
  } */

  .Graphic {
    grid-column: span 1;
  }

  .Apps {
    grid-column: span 1;
  }

  .about {
    padding: 0;
  }

  .about .container {
    flex-direction: column;
  }
  .about .about-content {
    width: 100%;
  }
  .about h1 {
    width: 100%;
  }

  .about .btn-group {
    width: 100%;
  }
  .about hr {
    width: 100%;
    height: 1px;
  }

  .services-grid {
    gap: 0.5rem;
  }
  .service-card {
    height: 200px;
  }
}
