.mahii-notation-slide-content {
    position: relative;
    padding: 48px 32px;
    margin: 0 25px;
    border-radius: 30px;
    background: #FEF6F6;
    box-shadow: 10px 10px 30px 0px rgba(87, 0, 199, 0.15);
    color: #646464;
    text-align: center;
    font-family: 'Satoshi';
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.mahii-notation-slide-content:after {
    position: absolute;
    content: '';
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 25px solid #FEF6F6;
    border-right : 25px solid transparent;
    left: 30px;
    bottom: -16px;
}

.mahii-notation-slide-infos-photo img {
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}

.mahii-notation-slide-infos {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mahii-notation-slide-infos-name {
    color: #864DFF;
    font-family: 'Satoshi';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mahii-slider-notation .owl-stage {
    display: flex;
    align-items: center;
}

.mahii-slider-notation .owl-nav button {
    font-size: 0 !important;
    height: 34px;
    width: 31px;
    background: url('slider-arrow.svg') no-repeat !important;
    background-size: contain !important;
}

.mahii-slider-notation .owl-nav button.owl-prev {
    left: -10px;
    position: absolute;
    top: calc(50% - 64px);
}

.mahii-slider-notation .owl-nav button.owl-next {
    transform: rotate(180deg);
    right: -10px;
    position: absolute;
    top: calc(50% - 64px);
}

.mahii-notation-slide-infos-note {
    position: relative;
}

.mahii-notation-slide-infos-note>div {
    display: flex;
    align-items: center;
}

.mahii-notation-slide-infos-note .five {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
}

.mahii-slider-notation .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #E5D9FF;
}

.mahii-slider-notation .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 56px;
}

.mahii-slider-notation .owl-dots button.active {
    background: #864DFF;
}

.mahii-slider-notation {
    position: relative;
}

.mahii-slider-notation:after {
    content: '';
    display: block;
    position: absolute;
    height: 58px;
    width: 76px;
    background: url('reverse_strophe.svg') no-repeat;
    background-size: contain;
    bottom: -20px;
    right: -20px;
}

@media screen and (min-width: 1024px) {
    .mahii-slider-notation .owl-nav button {
        height: 58px;
        width: 63px;
    }
    .mahii-slider-notation .owl-nav button.owl-prev {
        left: -60px;
    }
    .mahii-slider-notation .owl-nav button.owl-next {
        right: -60px;
    }
    
}