/* Add custom CSS styles below */ 
.s-block--features-store::after{

background: #fff !important;

}

.features--div {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center;    /* Horizontally center items */
    justify-content: center; /* Vertically center items */
    text-align: center;      /* Center the text inside each element */
}
    
    .features--div img[alt="روز لاند logo"] {
    display: none;
}

/* Style the QR code container to center the content */
.qr-code-container {
    display: flex;            /* Enable flexbox */
    justify-content: center;  /* Center horizontally */
    align-items: center;      /* Center vertically */
    padding-top: 10px;        /* Add 10px padding above the QR code */
}

/* Set the size of the QR code image */
.qr-code-img {
    width: 100px;
    height: 100px;
}

@media (max-width: 450px) {
    #photos-0-slider .swiper-wrapper > div {
        width: 550px; /* Change the width only for this specific slider */
    }
}