.store-header .prestige-logo {
    width: 5rem !important;
}
.testimonials-slider .testimonial__icon {
    top: 0;
}

.prestige-features .swiper .swiper-wrapper .flex.flex-col.gap-2.text-center.justify-center.items-center.w-64.max-w-64.swiper-slide{
	gap: unset !important;
}
.prestige-features h6{
  font-weight: 900 !important;}
  
@media (min-width: 768px) {
.s-block--slider-with-bg h3,
.prestige-icons h3,
.prestige-features h3 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  text-align: center;
  margin: 0 auto 15px;
}

.s-block--slider-with-bg p,
.prestige-icons p,
.prestige-features.block.block > div > div > div.mb-5 > p{
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
  max-width: 700px !important;
  margin: 0 auto 8px;
  text-align: center;
    font-weight: 600 !important;

}
}
@media (max-width: 768px) {
  .s-block--slider-with-bg h3,
  .prestige-icons h3,
  .prestige-features h3 {
     font-weight: 900 !important;
      text-align: center;
  }

  .s-block--slider-with-bg p,
  .prestige-icons p,
  .prestige-features.block.block > div > div > div.mb-5 > p{
    font-weight: 500 !important;
     text-align: center;
  }
}
.testimonial {
  border: 2px solid #19332F;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.prestige-plaintext.mt-5{
 text-align: center !important;}