.owl-theme {
    background-color: #f3f3f3;
    padding: 8% 10%;
    text-align:center;
}

.owl-theme h2 {
    font-size:1.25rem;
}

.owl-theme strong {
    display:block;
}

.owl-theme p {
    font-weight:500;
}

@media all and (min-width: 768px) {
    .owl-theme {
        padding: 7% 12%;
    }

    .owl-theme h2 {
        font-size:1.875rem;
    }
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position:relative;
    bottom:-10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 100;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border:2px solid #333;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333;
}

@media all and (min-width: 768px) {
    .owl-theme .owl-dots {
        bottom:-20px;
    }
}
