/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.home-slider__content {
    flex-direction: row;
    padding: 0px;
}
.home-slider__content img{
  max-height: 35rem;
  padding: 0px;
}
.home-slider__content > div:nth-of-type(2){
  justify-content: center;
  align-items: center;
}
.home-slider__content h3 {
    font-size: 50px;
    text-align: center;
    line-height: 80px;
}
/*a[href="https://salla.sa/wteera.com/redirect/categories/724585424"] {
    display: inline-block;
    width: 80%;
}

.s-block--banners  .s-slider-swiper-wrapper {
    width: 80% !important;
    margin-inline: auto;
    align-items: end;
}
.s-block--banners  .s-slider-swiper-wrapper > div:nth-of-type(1) > div {
  display: flex;
    align-items: start;
    justify-content: end;
}*/
@media (max-width:768px){
  .home-slider__content img {
    max-height: 17rem;
}
  .home-slider__content h3 {
    font-size: 23px;
    text-align: center;
    line-height: 32px;
}
  .home-slider__content {
  padding: 10px !important;
}
}