.carousel-title {
    font-size: 24px;
    color: #107fc9;
    padding: 20px 0;
}

.carousel-grey-background {
    background: #f8f8f8;
    padding: 20px 0px;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    overflow: hidden;
    border-top: 1px #ccc solid;
    border-bottom: 1px #d4d4d4 solid;
    margin-bottom: 40px;
}

.carousel-grey-container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.owl-prev, .owl-next {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block;
    outline: none;
}

.owl-prev {
    left: -52px;
    border-width: 26px 26px 26px 0px !important;
    border-style: solid solid solid solid !important;
    border-color: transparent #cccccc transparent transparent !important;
}

.owl-next {
    right: -52px;
    border-width: 26px 0px 26px 26px !important;
    border-style: solid solid solid solid !important;
    border-color: transparent transparent transparent #cccccc !important;
}

@media (min-width: 992px) {
    .carousel-grey-container {
        /*padding: 0 15px;*/
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .owl-prev {
        left: 5px;
    }
    .owl-next{
        right: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-grey-container {
        /*padding: 0 15px;*/
        width: 750px;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .carousel-title{
        padding: 10px 0;
        text-align: center;
    }
    .carousel-grey-background{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .owl-prev {
        left: 5px;
        opacity: 0.7;
    }
    .owl-next{
        opacity: 0.7;
        right: 5px;
    }
}

.owl-stage-outer{
    text-align: center;
}
.owl-carousel .owl-stage{
    display: inline-block;
}