/*
 * Features
*/
.pinkIdentity {
	background-color: #fc71ef !important;
	color: #800080 !important;
}

.yellowIdentity {
	background-color: #fedd00 !important;
	color: #000 !important;
}

.presentationVideoBox {
	display: flex;
	justify-content: center;
}

.presentationVideoIframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}

@media (max-width: 991px) {
    .presentationVideoBox {
		margin-top: 20px !important;
		margin-bottom: -10px !important;
    }
}

/*
 * Partners carousel
*/
.owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel .item img {
	object-fit: contain;
	border-radius: 5px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 50px !important;
}

#partners-cards .card {
	border: none;
}

/*
 * Testimonials
*/
.testimonialComment {
	height: 350px;
	background-color: #000;
	color: #fff;
}

.testimonialSlashColor {
	color: #fedd00
}

/*
 * Achievements
*/
.card-img-top {
	height: 300px;
}

.card-img-top .img-fluid {
	border-radius: 10px;
}
