.testimonialWrapper{
    margin-top:20px;
}

.testimonialItems{
    position:relative;
}
.testimonialItems button:first-child{
    position:absolute;
    left:-60px;
    top: 45%;
    z-index:1111;
    background:none;
    border:0px;
}
.testimonialItems button:last-child{
    position:absolute;
    right:-60px;
    top: 45%;
    z-index:1111;
    background:none;
    border:0px;
}
.testimonialBgShadow{
    background:var(--white);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.1);
    padding:20px;
}
.testimonialBgShadow p{
    font-size:15px;
    font-family: 'Georama';
    line-height:23px;
    color:rgba(0,0,0,0.65);
    font-weight:300;
}

.testimonialBgShadow h3{
    font-size:17px;
    font-family: 'Inter';
    font-weight: 500;
    color:var(--black);
    margin-top:30px;
}