@media (max-width: 768px) {
  .featured-top-product {
    margin-top: 95px;
    padding: 40px 0;
  }
  .featured-top-product img {
    height: 20px;
    margin-bottom: 20px;
  }
  .featured-top-product h4 {
    font-size: 16px;
    line-height: normal;
  }
  .navbar-whatsapp-icon-mobile-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
  }
  .navbar-whatsapp-icon-mobile-2 img {
    height: 30px;
    width: 30px;
  }
  .swiper.main {
    margin-top: 95px;
  }
  .product-detail {
    margin-top: 95px;
    padding: 48px 0;
  }
  .product-detail .description {
    width: 100%;
  }
  .product-detail .title {
    font-size: 28px;
  }
  .brochure-button {
    font-size: 14px;
    line-height: normal;
  }
  .featured-img-product {
    position: relative;
    top: unset;
    right: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-img-product img {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  .related-product .main-product .title {
    font-size: 10px;
  }
  .main-product .title {
    padding: 12px;
    font-weight: 500;
    color: #0a0a0a;
    font-size: 14px;
    line-height: normal;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
