pw-owl-carousel-znacky .owl-item {
    padding: 1em;
}

pw-owl-carousel-znacky .owl-item .item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
pw-owl-carousel-znacky .owl-item .item img {
    max-height: 70px;
    width: auto !important;
}

pw-owl-carousel-znacky {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    pw-owl-carousel-znacky {
        width: 80%;
    }
}

.owl-stage{
    display: flex;
    align-items: center;
}

.owl-item {
    padding: 0 30px;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: #1F5192;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #E8640C !important;
}