.btn-next,
.btn-prev {
	background-color: #0093BE;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(1px);
	width: 4.75rem;
	height: 4.75rem
}

.btn-next:hover,
.btn-prev:hover {
	background-color: #0078a1
}

.btn-next img,
.btn-prev img {
	width: 30%;
	height: 30%
}

.btn-next {
	right: 0
}

.btn-prev {
	right: 104px
}