.cms-index-index .owl-carousel .owl-item img{
    border-radius:25px;
    max-height:393px;
}
.cms-index-index h2.home-slider-chef {
    text-align: center;
    font-size: 40px;
    margin-right: 27px;
}
.cms-index-index .mp-banner-slider .owl-nav .owl-prev span,.cms-index-index .mp-banner-slider .owl-nav .owl-next span {
    background-color: #003D33;
    width: 50px;
    height:50px;
    border-radius: 100%;
    font-size:80px;
    color: #F2ECDA;
    font-weight:400;
    line-height:30px
}
.cms-index-index .owl-carousel.owl-drag .owl-item .slider-name h3{
    padding:0 20px;
    margin-top:30px;
    margin-bottom:20px;
}
.cms-index-index .card__description .button-item a.button-primary{
    background-color: transparent;
    text-transform: uppercase;
    font-size:18px;
    font-weight: 800 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 2px solid #003d33;
    color: #003D33;
    border-radius: 100px;
    margin-bottom: 15px;
    padding: 15px 30px 15px 30px;
    width:100%;
    display:flex;
    justify-content:center;
    text-decoration:unset;
}
.cms-index-index [data-content-type='button-item'] [data-element='link']{
    width:100%;
}
.cms-index-index .owl-carousel .owl-stage-outer{
    height:100% !important;
}
.cms-index-index .card__description .button-item a.button-primary:hover{
    color: #CAA751 !important;
    background-color: #003d33;
}
.cms-index-index .carousel-container.mp-banner-slider {
    margin-bottom: 30px;
}

.cms-index-index .slider-name a.slider-name {
    text-decoration: none;
    color: #0a3d33;
}


@media(min-width:768px){
    .cms-index-index .owl-carousel.owl-drag .owl-item{
        padding-right:30px;
    }
}
.cms-index-index .mp-banner-slider .owl-nav .owl-prev span {
    left:-6%;
    top:34%;
}
.cms-index-index .mp-banner-slider .owl-nav .owl-next span {
    right:-4%;
    top:34%;
}
@media(min-width:768px){
    .cms-index-index .owl-carousel{
        height:530px !important;
    }
    .cms-index-index .home-slider-title {
        margin-top: 44px;
        margin-bottom: 64px;
    }
}
@media(max-width:768px){
    .cms-index-index .owl-carousel .owl-item img{
        width:329px;
        height:183px;
        object-fit:cover;
        border-radius:25px;
        object-position: center top;
    }
    .cms-index-index h2.home-slider-chef {
        text-align: center;
        font-size: 32px;
        font-weight: 900 !important;
        margin: 10px 10px 30px 10px !important;
    }
    .cms-index-index .mp-banner-slider .owl-nav .owl-prev span,.mp-banner-slider .owl-nav .owl-next span{
        display:none;
    }
    .cms-index-index .owl-carousel.owl-drag .owl-item .slider-name h3{
        text-align:center;
        font-size:18px;
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .cms-index-index .owl-stage-outer .owl-stage .owl-item.active{
        width: 360px !important;
        padding-right:20px;
    }
    .cms-index-index .card__description{
        display:none;
    }
}

@media (max-width: 376px) {
    .cms-index-index .owl-stage-outer .owl-stage .owl-item.active {
        width: 310px !important;
        padding-right:20px;
    }
}
@media (min-width: 377px) and (max-width: 415px) {
    .cms-index-index .owl-stage-outer .owl-stage .owl-item.active {
        width: 336px !important;
        padding-right:20px;
    }
}