.swimplex-testimonial{
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #23dad0;
    width: 100%;
    box-sizing: border-box;
}
.swimplex-testimonial--light-cyan{
    background-color: #c6f0ff;
}
.swimplex-testimonial__heading{
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}
.swimplex-testimonial__image{
    margin-bottom: 20px;
}
.swimplex-testimonial__image img{
    width: 100%;
    height: auto;
}
.swimplex-testimonial__content{
    background-color: white;
    padding: 20px;
}
.swimplex-testimonial__author{
    font-weight: bold;
    color: #23dad0;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .swimplex-testimonial{
        padding: 60px;
        position: relative;
    }
    .swimplex-testimonial__heading{
        width: 60%;
        position: relative;
        z-index: 1;
    }
    .swimplex-testimonial__image{
        margin-bottom: 0;
        position: absolute;
        right: 0;
        bottom: -60px;
        width: 60%;
    }
    .swimplex-testimonial__content{
        padding: 30px;
        width: 32%;
        position: relative;
        z-index: 1;
    }
    .swimplex-testimonial__text,
    .swimplex-testimonial__author{
        font-size: 2rem;
    }
}