._blk.imageslider .intro h2, ._blk.imageslider .intro .wp-content {
    margin: 0 0 14px 0;
}

._blk.imageslider .owl-carousel .owl-dots {
    text-align: center;
}

._blk.imageslider .owl-carousel .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    position: relative;
    -webkit-transition: all 400ms ease-in; -ms-transition: all 400ms ease-in; transition: all 400ms ease-in;
}

._blk.imageslider .owl-carousel .owl-dots button.owl-dot.active {
    margin: 0 6px;
}

._blk.imageslider .owl-carousel .owl-dots button.owl-dot span {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms ease-in; -ms-transition: all 400ms ease-in; transition: all 400ms ease-in;
}

._blk.imageslider .owl-carousel .owl-dots button.owl-dot.active span {
    width: 18px;
    height: 18px;
}

@media (min-width: 992px) {

    ._blk.imageslider .intro h2, ._blk.imageslider .intro .wp-content {
        margin: 0 0 64px 0;
    }

    ._blk.imageslider .owl-carousel .owl-dots button.owl-dot {
        width: 18px;
        height: 18px;
        margin: 0 5px;
        position: relative;
    }

    ._blk.imageslider .owl-carousel .owl-dots button.owl-dot.active {
        margin: 0 10px;
    }

    ._blk.imageslider .owl-carousel .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
    }

    ._blk.imageslider .owl-carousel .owl-dots button.owl-dot.active span {
        width: 18px;
        height: 18px;
    }

}