.glide__arrows {
  display: none;

  @media (min-width: $breakpoint_lg) {
    display: block;
  }
}

.glide__arrow {
  border: 2px solid $dark_orange !important;
  color: $dark_orange !important;
  background: $white !important;
  border-radius: 50px !important;
;
}
