.highlight-new {
  width: 100%;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.highlight-title-new__left {
  text-align: center;
  font-weight: bold;
  color: #004aad;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-image-new img {
  height: 400px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.product-title-new {
  font-size: 18px; 
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.swiper-new {
  width: 90%;
  margin: 0 auto;
}
