.testimonials svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.testimonials svg.bottom {
    transform: translateY(10px);
}
.testimonials {
   background : linear-gradient(74.39deg, #58B0FC 90%, #C0E2FF 100.16%, #FFFFFF 98.43%);
   background-size: cover;
   position: relative;
}
.testmonial-content{
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.testimonials .container{
    position: relative;
    z-index : 1;
    
}
.testmonial-content::before {
    position: absolute;
    background: #0009;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index : 0;
}
.testimonials svg {
    width: 100%;
    height: 100%;
    position: relative;
    fill: #fff;
    z-index: 2;
}