/* Add custom CSS styles below */ 
.s-slider-block__title .s-slider-block__title-left{
  display: none!important;
}
.s-slider-block__title .s-slider-block__title-right h2{
  padding: 0;
}
.s-slider-block__title .s-slider-block__title-right{
  padding: 20px;
}
.s-slider-block__title {
  justify-content: center;
}
.s-block--faq .tracking-tight {font-size: 1.2rem!important;
  }
.s-block--faq .border-2{margin-bottom: 1.2rem;}
.product-card {border-radius: 10px;}
.product-card  .product-card__content{
  border: 1px solid #e1e5e8;
  border-bottom-left-radius: 10px;
  border-top: 0 transparent;
  border-bottom-right-radius: 10px;
}
.product-card  .product-card__content .product-card__subtitle{
  display: none;
}
.footer-badges {display: none;}

//.advanced-slider__slide{padding: 0 20px;}
@media screen  and (max-width : 770px){
  .advanced-slider__slide{padding: 0 20px;}
}
.space-y-5>:not([hidden])~:not([hidden]){
  display: none!important;
}
.product-card__image img{height: 372px}