.testimonial-swiper {
    padding: 20px 0;
}
.testimonial-slide {
    background: #02072A80;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #3A406873;
}
.testimonial-name {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    color: #fff;
}
.testimonial-content {
    font-size: 18px;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .testimonial-slide {
        min-height: 240px;
    }
}