/* Add custom CSS styles below */ 

/* 2 cards*/
@media (max-width: 768px) {
  .s-products-slider-card {
    width: 50% !important;
    flex: 0 0 55% !important;
  }
}
/*   حرفين*/

/* نفس ستايلك القديم مضبوط */
.home-block-title h2 {
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.home-block-title h2 span.highlight {
  background-color: #880c17 !important;
  color: #fff;

  padding: 3px 8px 3px 3px !important; /* شوي أوسع */
  line-height: 1.3;

  border-radius: 14px 14px 0 14px !important;
}