.home .testimonials{
    margin-bottom: 150px !important;
}
.testimonials{
    max-width: 1200px !important;
}
.testimonials .testimonial-content{
    color: var(--darkGreen);
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 18px;
    text-align: left;
}

.testimonials .testimonial-details-area{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    position: relative;
}
.testimonials .testimonial-details-area::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    background-color: var(--lightGreen);
}
.testimonials span{
    color: var(--darkGreen);
    flex-basis: 100%;
    text-align: left;
    font-size: 14px;
}
.testimonials .testimonial-item{
    background-color: var(--paleGreen);
    border-radius: 10px;
    padding: 50px;
}


.testimonials .owl-nav .owl-prev span{ 
    position: absolute;
    left: -100px;
    top: 20%;
    font-size: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-weight: 100;
    color: var(--lightGreen) !important;
}


.testimonials .owl-next span{
    position: absolute;
    right: -100px;
    top: 20%;
    font-size: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-weight: 100;
    color: var(--lightGreen) !important;
}
.testimonials .owl-prev:focus,
.testimonials .owl-prev:focus-visible,
.testimonials .owl-next:focus,
.testimonials .owl-next:focus-visible{
    outline: none !important;
}


.testimonials h2{
    color: var(--darkGreen);
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 800;
}