.single-good_bad-review-section .owl-nav {
    display: unset !important;
}
.single-good_bad-review-section .owl-nav button span {
    font-size: 40px;
    background-color: #febc5a;
    padding: 0 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
}
.single-good_bad-review-section .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
    z-index: 2;
    color: #fff;
}

.single-good_bad-review-section .single-review-item-wrapper {
    margin: 0 10px;
}

.single-good_bad-review-section .owl-nav button.owl-next{
    position: absolute;
    left: auto;
    right: 10px;
    margin-top: -20px;
    z-index: 2;
    color: #fff;
    top: 50%;
}
.single-good_bad-review-section .single-good_bad-review-section .owl-stage {
    width: 5000px !important;
}

.single-good_bad-review-section .single-review-item {
    
    border-radius: 10px;
    min-height: 300px;
}
.single-good_bad-review-section .single-review-item-good {
    background-color: #ffe0ef;
}
.single-good_bad-review-section .single-review-item-bad {
    background-color: #e0ffff;
}
.single-good_bad-review-section .single-review-item-content-header-right-info-name {
    font-size: 18px;
    font-weight: 700;
}
.single-good_bad-review-section .single-review-item-content {
    padding: 10px;
}

.single-good_bad-review-section .single-review-item-content-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.single-good_bad-review-section .single-review-item-content-header-left-avatar {
    margin-right: 20px;
    margin-left: 0;
    
}
.space-content-section .single-good_bad-review-section .single-review-item-content-header-left-avatar img {
    max-width: 110px;
    max-height: 110px;
    width: 505px !important;
    border: 1px solid #3e4b60;
    border-radius: 50% !important;
}

.single-good_bad-review-section .single-review-item-content-body {
    margin-top: 20px;
}

.single-good_bad-review-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 0 100px;
}

.single-good_bad-review-section .single-review-item ,.single-good_bad-review-section .owl-item {
    width: 320px !important;
    overflow: hidden;
    display: block;
}
.single-good_bad-review-section .owl-stage-outer-2-items {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) { 
    .single-good_bad-review-section .owl-nav button span {
        font-size: 30px !important;
        font-weight: 900;
        padding: 0 15px !important;
    }

    .single-good_bad-review-section .owl-nav button.owl-prev {
        left: 0 !important;
    }
    
    .single-good_bad-review-section .owl-nav button.owl-next {
        right: 0 !important;
    }

    .single-good_bad-review-section .single-review-item-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        padding: 0 13px;
    }

    .single-good_bad-review-section .owl-carousel .owl-stage-outer {
        overflow: hidden;
        padding: 0 ;
    }

    .single-good_bad-review-section .owl-stage-outer-2-items {
        display: unset !important;
        align-items: unset !important;
        justify-content: unset !important;
    }
}

