/* Add custom CSS styles below */ 

@media (min-width: 768px) {
    .ronaq-slider-simple img.w-full.h-full.object-cover.hidden.md\:block {
        display: flex !important;
    }
    .ronaq-slider-simple video.w-full.h-full.object-cover.hidden.md\:block{
    	display: flex !important;
    }
.s-block--features .grid {
    width: fit-content !important;
    margin: 0 auto !important;
}

}