@media screen and (max-width:767px) {
.mobile-arrows {
display: none !important;
}
.desktop-arrows {
display: flex !important;
}}
you can buy a coffee if it is useful
@media screen and (max-width:767px) {
.mobile-arrows {
display: none !important;
}
.desktop-arrows {
display: flex !important;
}}