.next-slide-arrow {
    right: 0.5rem;
    opacity: 1 !important;
    height: 3rem !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
}

.prev-slide-arrow{
	left: 0.5rem;
    opacity: 1 !important;
    height: 3rem !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
}
