/*main banner **/

.component-options-sittings .bottom_right {
  
    align-items: center;
}

[dir="rtl"] .component-options-sittings .center_left {

    width: 50%;
    align-items: start;
    left: 0;
}

/*main banner **/

.A-enhanced-banner-content .banner_content {
    max-width: 28rem;
    align-items: center;
}



.s-block.media-slider .relative {
height:100vh !important;
    
}
.footer-1 .footer-1__logo {
    margin: auto;
    filter: brightness(0.0)invert(1);
}

@media(max-width:768px){

 .component-options-sittings .bottom_right {
    text-align: center;
    font-size: 10px;
}

[dir="rtl"] .component-options-sittings .center_left {
    width: 89%;
    align-items: start;
    left: 0;
}

.center_left h2 {
    font-size: 13px;
    line-height: 1rem;
}
.center_left p {
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    width: 52%;
    text-align: center;
}
}