body#app {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}

section.s-block.s-block--logos-slider {
    background-color: transparent;
}

@media(min-width:768px){
.hero-slider-title::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DjlbE/Yc5H94Yk0JauSvnwSNkoJ5sRzMjyI6jTTF3nhbcI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px;
}
}