/* Add custom CSS styles below */ 
.H_fixed_banner .relative.z-10.h-full.w-full {
  display: none
}

.H_fixed_banner  .md\:w-1\/2 {
    width: 100%;
}

.H_fixed_banner  .md\:w-1\/2 a{


    border: 3px solid #fff;

}
/****/
.categories_template  .s-slider-block__title {
    margin-bottom: 2rem;
    justify-content: center;
    text-align: center;
}

 .categories_template .carousel-slider ,.H_products ,.faq-section{
    margin: 2rem auto;
}
/****/


@media(max-width:768px) {

  .H_fixed_banner [aria-label="1 / 2" ] .md\:w-1\/2 {
    width: 100%; 
    text-align: center;
}
}