/* Enter Your Custom CSS Here */
@media (max-width: 1024px) and (min-width: 768px) {
.elementor-hidden-tablet {
display: block !important;
}
}

@media (max-width: 767px) {
.elementor-hidden-phone {
display: block !important;
}
}