

.colored-section-testimonial {
    display: flex;
    background-image: url('../../images/coloredSection-testimonial.svg');
    width: 100%;
    min-height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 20%;
    margin-top: 65px;
    align-items: center;
}


@media screen and (min-width: 1441px) {
    .colored-section {
        /* padding-top: 10vw;
        padding-bottom: 10vw; */
        max-height: 2500px;
    }
}

.testimonial-section {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    padding: 0 40px;
    overflow: scroll;
    position: relative;
    height: 100%;
}

.testimonial-tiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 350px;

    min-width: 300px;
    max-width: calc(31% - 50px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 17px 7px 132px rgba(199, 115, 201, 0.1);
    border-radius: 25px;
    padding: 32px 25px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.testimonial-desc {
    font-family: 'Proxima Nova';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--menu-grey);
}

.testimonial-name {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--black);
}

.testimonial-image {
    width: 70px;
    height: 70px;
    margin: auto;
    display: flex;
    border-radius: 50%;
}

.testimonial-site {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--slate-blue);
    margin-top: -20px;
}

