@media (max-width: 768px) {
  /* products */
  .product-part .card .card-body {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
    margin-left: -1.5rem;
  }

  .product-part .card .card-body .card-text {
    padding-left: -5rem;
  }

  /* services */
  .services .services-part .card {
    min-height: 430px;
  }

  .our-text {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .navbar-brand img {
    height: 50px;
  }

  /* details sec */
  .details .card {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* product section */

  .product-part .col-lg-3,
  .product-part .col-md-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .product-part .card {
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-part .card .card-body {
    margin-left: 0;
  }

  /* services */
  .services-part {
    flex-direction: column;
  }

  .mySwiper {
    width: 100%;
    height: 100%;
    display: none;
  }

  .mySwipertwo {
    display: block;
  }

  /* shift */
  .shift-p .card {
    margin-top: 1rem;
  }
  .shift-p .card img {
    padding: 0;
    height: 200px;
    width: 100%;
  }

  /* about section */

  .about-right {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .product-part .card .card-body {
    margin-left: 0;
  }
}
