.alsoInterested__carousel .owl-prev, 
.alsoInterested__carousel .owl-next {
	font-size: 0;
	position: absolute;
	bottom: 53px;
	right: calc(100% + 19px);
}
@media(max-width:1199px){
	.alsoInterested__carousel .owl-prev, 
	.alsoInterested__carousel .owl-next {
		bottom: 38px;
	}
}
@media(max-width:991px){
	.alsoInterested__carousel .owl-prev, 
	.alsoInterested__carousel .owl-next {
		bottom: 48px;
	}
}
.alsoInterested__carousel .owl-prev{
	right: calc(100% + 19px);
}
.alsoInterested__carousel .owl-next {
	left: calc(100% + 19px);
}

.alsoInterested__carousel .owl-prev::before {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	font-size: 80px;
	font-weight: 100;
	color: #015ac0;
}
.alsoInterested__carousel .owl-next::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 80px;
	font-weight: 100;
	color: #015ac0;
}