.bsbuttons {
    display: none;
}

.show-bs-arrows .bsbuttons .nextbutton:before,
.show-bs-arrows .bsbuttons .prevbutton:before{
    font-family: "Font Awesome 6 Pro";
    font-size: 50px;
    color: white;
    opacity: .5;
}
.show-bs-arrows .bsbuttons .nextbutton:before {
    content: "\f105";
}
.show-bs-arrows .bsbuttons .prevbutton:before {
    content: "\f104";
}