.gallery-carousel .owl-dots,
.wp-gallery-carousel .owl-dots {
    display: flex;
    justify-content: center; 
    margin-top: 16px;
    margin-left: 41px;
}
.gallery-carousel .owl-dots .owl-dot span,
.wp-gallery-carousel .owl-dots .owl-dot span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    /* border: solid 1px #fff; */
    margin: 6px;
    background: #575757;
}
.gallery-carousel .owl-dots .owl-dot.active span,
.wp-gallery-carousel .owl-dots .owl-dot.active span {
    background: #0AE64C;
    border-color: #0AE64C;
}
