@media (max-width: 767px) {
      .wpo-site-header .navbar-header .navbar-brand img {
        /* max-width: 135px; */
        width: 65px;
    }
    .static-hero .hero-content p {
    margin-top: 35px;
}
    .static-hero .title {
        font-size: 26px;
    }
    .vision .ele{
      display: none;
    }
    .product-list .accordion-body {
    padding: 1rem 1.25rem;
    height: 400px;
    overflow-y: scroll;
}
.gallery-wrap{
  grid-template-columns: repeat(1, auto);
  flex-wrap: wrap;
}
}