.testimonials-container{
    padding-bottom: 8vh;
    padding-top: 8vh;
}

.testimonials-header{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 2.4vw;
    color: #272727;
    font-weight: 600;
}

.testimonials-content{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 4vh;
    margin-bottom: 8vh;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: auto;
}

.testimonials-item{
    flex: 0 0 auto;
    margin-left: 2vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 2vw 2vw 2vh 2vh;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    width: 30vw;
}

.testimonials-description{
    padding-top: 2vh;
    padding-left: 2vw;
    font-size: 1.2vw;
    text-align:justify;  
    text-justify:auto;
    color: #272727;
}

.testimonials-user{
    display: flex;
    padding-top: 1vh;
    align-items: center;
}

.testimonials-user-image-holder{
    width: 20%;
}

.testimonials-user-image{
    width: 100%;
}

.testimonials-user-text-holder{
    padding-left: 1vw;
    color: #272727;
}

.testimonials-user-name{
    font-size: 1.2vw;
    font-weight: bold;
    color: #272727;
}