Стилизация точек карусели
.owl-dots {
display: flex;
justify-content: center;
}
.owl-dot span {
width: 14px;
height: 14px;
background: #D9DBE3;
}
.owl-dot.active span {
width: 24px;
height: 24px;
background: #3732A9!important;
border-radius: 35px;
}