html[lang="es-ES"] .sets-container{
    max-width:980px
}
.home-banner{
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 48.5% !important;
    height:992px
}
.section-arabic-scent{
    margin-top:250px;
}
.heading-line{
    position:relative;
}
.heading-line:before{
    background:#939393;
    position:absolute;
    content: '';
    height:124px;
    width:1px;
    top:-154px;
    left: 50%;
    transform: translateX(-50%);
}
.arabic-scent-block{
    text-align:center;
}
.brand-image{
    margin:108px auto 145px;
    width:331px;
    height:31px
}
.arabic-scent-block-text{
    max-width:660px;
    margin:0 auto;
}
.east-scent-block-text{
    max-width:434px;
    margin:93px auto 0;
}
.svg-icon-block{
    width:fit-content;
    margin:132px  auto 0;

}
.svg-icon-block2{
    margin-top:132px
}
.section-east-scent{
    margin-top:285px
}
.mobile-text-block,
.section-mobile{
    display:none
}


/*Sets*/
.section-sets{
    position: relative;
}
.sets-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:50px;
    padding:170px 20px;
    position: relative;
    z-index: 1;
    margin:170px auto 0;
    max-width:800px;
}

.section-sets video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

