.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 30px; /* Adjust size as needed */
  width: 50px; /* Adjust button width */
  height: 50px; /* Adjust button height */
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
  font-size: 24px; /* Adjust icon size */
}

