.opacity_title::before {
    content: '';
    background-color: #fff0fb;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-prev,
.owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 3rem !important;
    border-radius: 50% !important;
    background-color: #CCCCCC !important;
}

.owl-prev>span,
.owl-next>span {
    position: absolute;
    top: -33%;
    left: 36%;
}