.fs-testimonial-slide .inner-bx {
    background-color: rgba(52,2,90, 0.80);
    border-radius: 35px 35px 0px 35px;
    padding: 45px 50px 70px 50px;
    position: relative;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px;
}
.fs-testimonial-slide p {
    text-align: center;
}
.fs-testimonial-slide .image-caption {
    background-color: #fff;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.fs-testimonial-slide .image-caption img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    border: 3px dashed #132AC9;
    padding: 3px;
    object-fit: cover;
    object-position: top;
}
.fs-testimonial-slide .test-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -55px;
}
.fs-testimonial-slide .inner-bx .quote1, .fs-testimonial-slide .inner-bx .quote2 {
    position: absolute;
}
.fs-testimonial-slide .inner-bx .quote1 {
    left: 10px;
    top: 10px;
    width: 70px;
    z-index: -1;
}
.fs-testimonial-slide .inner-bx .quote2 {
    right: 40px;
    bottom: 20px;
    width: 85px;
}
@media only screen and (max-width: 767px) {
.fs-testimonial-slide .inner-bx {
    padding: 40px 40px 70px 40px;
}
}
