.testimonials{
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FAE6D9;
}

.inner-testimonial{
    display: flex;
    width: 50%;
    height: auto;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; 
}

.medium-testimonial-icon{
    width: 350px;
    position: absolute;
    top: 0;
    transform: rotate(56deg);
    transform-origin: center center;
    opacity: 0.3;
}

.large-testimonial-icon{
    width: 500px;
    position: relative;
    margin: 0 auto;
    transform: rotate(27deg);
    transform-origin: center center;
    opacity: 0.4;
}

.small-testimonial-icon{
    position: absolute;
    width: 300px;
    right: 0;
    bottom: 0;
    transform: rotate(30deg);
    transform-origin: center center;
    opacity: 0.4;
}

.testimonial-quote{
    position: relative;
    width: 40%;
    height: 100%;
    font-size: 22px;
    background: #F94A8C;
    color: rgb(225, 225, 225);
    padding: 20px 25px;
    margin: 35px auto;
    border-radius: 5px;
    box-shadow: 0px 8px 31px -19px #000;
}

.testimonial-quote:before{
    position: absolute;
    bottom: -15px;
    left: 55px;
    content: '';
    border-top: 20px solid #F94A8C;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    box-shadow: 0px 8px 31px -19px #000;
}

.testimonial-quote p{
    margin: 0;
}

.testimonial-quote span{
    position: absolute;
    bottom: -45px;
    left: 45px;
    text-align: center;
    color: #000;
    opacity: 0.7;
    font-size: 20px;
    font-weight: bold;
}

.testimonial5{
    transform: translateY(-80px);
}
/*
.testimonial1{
    top: 65px;
    left: 210px;
    width: 150px;
}

.testimonial2{
    top: 33%;
    left: 80px;
    width: 171px;
}

.testimonial3{
    bottom: 70px;
    right: 240px;
    width: 250px;
}

.testimonial4{
    top: 55%;
    left: 150px;
}

.testimonial5{
    top: 48%;
    right: 70px;
    width: 272px;
}

.testimonial6{
    top: 145px;
    left: 440px;
    width: 177px;
}

.testimonial7{
    top: 25px;
    right: 20px;
}

.testimonial8{
    top: 48%;
    right: 0px;
}
*/
.testimonial-start-icon{
    position: absolute;
    left: 21px;
    color: #fff;
    font-size: 20px;
    opacity: 0.25;
}


.testimonial-end-icon{
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
}