/*
Theme Name: Cybergraph
Template: hello-elementor
Version: 1.0
*/


.carousel-home img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}

.carousel-home .swiper{
    padding: 0 160px;
}

@media screen and (max-width: 766px) {
    .carousel-home .swiper{
        padding: 0;
    }
}