.owl-carousel-box{
    background: #F3F3F3;
    padding: 50px 0;
}

.owl-carousel-box a{
    text-decoration: none;
}


.owl-carousel-box .title{
    font-family: 'Mitr-Med';
    font-size: 26px;
    text-align: center;
}


.owl-stage-outer {
    margin-top: 20px;
    padding: 18px 0;
}


.owl-carousel.owl-drag .owl-item .item{
    width: 95px;
    height: 95px;
    background-color: #F5CFB1;
    margin: auto;
    border-radius: 50%;
    color: var(--font-color-based);
    font-size: 18px;
    font-family: 'Mitr-Med';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.owl-carousel.owl-drag .owl-item .item.active{
    background-color:var(--orage-color);
    color: #000000;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 4px var(--orage-color) ;
}

.owl-nav{
    display: flex;
    justify-content: space-between;
    color: var(--orage-color);
    font-size: 50px;
    z-index: -1;
}

.owl-nav button{
    position: relative;
    top: -100px;
}
