.seoc-quotes {
    margin: auto;
    position: relative;
}
.seoc-quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seoc-quote figure {
    text-align: center;
    width: calc(100% / 3);
    padding-right: 40px;
}
.owl-item .seoc-quote img {
    width: auto;
    border-radius: 100%;
    display: inline-flex;
}
.seoc-quote-content {
    width: calc(100% / 3 * 2);
    padding-top: 60px;
    background: url(../images/icon-referenzen-itervis.png) no-repeat;
}
.seoc-quote-fw .seoc-quote-content {
    width: 100%;
}
.seoc-quote-content h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 34px !important;
}
.seoc-quote-content p {
    margin: 0;
}
.seoc-quote-content p.seoc-quote-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.seoc-quotes .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.seoc-quotes .owl-nav button.owl-prev, .seoc-quotes .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-shadow: none;
    background: url(../images/carousel-arrow.svg) no-repeat;
}
.seoc-quotes .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.seoc-quotes .owl-nav .disabled {
    visibility: hidden;
}
.seoc-quotes .owl-nav span {
    display: none;
}
@media (max-width: 1320px) {
    .seoc-quotes {
        max-width: 90%;
    }
    .seoc-quotes .owl-nav {
        left: -40px;
        right: -40px;
    }
}
@media (max-width: 1024px) {
    .seoc-quotes {
        max-width: 80%;
    }
    .seoc-quote-content h2 {
        font-size: 25px !important;
    }
    .seoc-quotes .owl-nav {
        left: -60px;
        right: -60px;
    }
}
@media (max-width: 768px) {
    .seoc-quote figure, .seoc-quote-content {
        width: 100%;
    }
    .seoc-quote figure {
        padding: 0 0 20px 0;
    }
    .seoc-quote-content h2 {
        font-size: 20px !important;
    }
    .seoc-quote-content p.seoc-quote-name {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .seoc-quotes {
        max-width: 70%;
    }
    .seoc-quotes .owl-nav {
        left: -50px;
        right: -50px;
    }
}