@media (max-width: 768px) {
  .banner {
    margin: 50px 0 0;
  }
  .banner .row {
    flex-direction: column-reverse;
  }

  .ribbon .row {
    gap: 20px;
  }
  .homecta-buttons {
    justify-content: center;
  }
  .homecta-section {
    text-align: center;
  }
  .homecta-buttons {
    margin-top: 25px;
  }
  .section-title h2,
  h2 {
    font-size: 1.8rem;
  }
  .section-title p,
  p {
    font-size: 1rem;
  }
  .packaging-header,
  .blog-header {
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
  }
  .margintop175px {
    margin: 143px 0 0;
  }
  .product-gallery {
    flex-direction: column;
  }
  .product-gallery .thumbs {
    flex-direction: row;
    justify-content: space-between !important;
  }
  .product-gallery .thumbs img {
    width: 83px;
    height: 78px;
  }
  .product-info h2 {
    font-size: 23px;
    color: #012b43;
  }
  .product-page {
    margin: 0 !important;
  }
  .vedio-description .features {
    flex-direction: column;
  }
  .main-box {
    margin-bottom: 20px;
  }
  section {
    padding: 40px 0;
}
.packaging-header h2 {
    font-size: 1.5rem;
}
.packaging-header p {
    font-size: 0.8rem;
}
}
