.owl-stage {
	display: flex;
}

.owl-nav {
    display: none!important;
}

.owl-dots {
	text-align: center;
	padding-top: 38px;
}

.owl-dot {
    height: 12px;
	width: 12px;
    margin: 0px 3px;
    padding: 0px;
    border-radius: 50%;
    background-color: grey;
	outline: 0!important;
	border: none;
}

.owl-dot.active {
	background-color: var(--d4m-default-blue)!important;
}

.owl-item {
	text-align: center;
}