.carousel-control-prev-icon,.carousel-control-next-icon{display:none !important;background-image:none !important}
.carousel-control-prev,.carousel-control-next{color:inherit !important}
.custom-arrow{font-size:45px;font-weight:bold;color:var(--arrow-color,#000) !important;cursor:pointer;user-select:none;opacity:1 !important;position:absolute;top:50%;transform:translateY(-50%)}
.carousel-control-prev .custom-arrow{left:30px}
.carousel-control-next .custom-arrow{right:30px}
@media(max-width:767px){.custom-arrow{font-size:50px;z-index:5}
.carousel-control-prev .custom-arrow{left:15px}
.carousel-control-next .custom-arrow{right:15px}
}