@media(max-width:480px){
.item-text  {
    max-width: 240px !important;
}
}
@media(min-width:1200px){
#slider-6 img.w-12 {
    width:20rem !Important
}
}

#slider-6 img.w-12 {
    filter: brightness(0) invert(1);
}