@media (max-width: 767px) {
.mySwiper {
padding-top: 10px !important;
}
}
@media (max-width: 1024px) {
.not-mob {
display: none;
}
.only-mob{
display: block !important;
}
.elementor-1992 .elementor-element {
background: #fff;
}
.elementor-1992 .elementor-element.elementor-element-756229c > .elementor-background-overlay {
background: #ffffff;
opacity: unset;
}
}
.only-mob{
display: none;
}