To change the mobile menu arrow dropdown to the down arrow

You can use this code to Custom CSS box
div.container.header-menu-nav-item span.chevron.chevron--right {
transform: rotate(135deg) !important;
}

Result:

To change the mobile menu arrow dropdown to the down arrow

You can use this code to Custom CSS box
div.container.header-menu-nav-item span.chevron.chevron--right {
transform: rotate(135deg) !important;
}

Result:
