:root{
  --color-primary: ##E4EBEC!important;
    --f-color:###E4EBEC !important

}
@media(min-width:1024px){
.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
}
}
@media(max-width:768px){
.banner_ad .img2 {
    grid-column-start: 1;
    grid-row: span 1 / span 2;
    grid-row-start: 3;
}
}
@media(max-width:480px){
#slider-0 .item-text{
    max-width: 220px !important;

}
}



.image-title.sal-animate {
    border: 2px solid;
    border-radius: 1rem;
}