body {
    background: #1E1E1E;
}

@media (min-width: 620px) {
    .testimonials {
        padding-top: 50px;
    }
}

.content {
    background: #1E1E1E;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 100px;
}


@media (min-width: 620px) {
    .content {
        width: 600px;
        padding-bottom:  200px;
    }

    .content {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .content {
        width: 1200px;
    }
}

.testimonial-preview {
    position: relative;
    color: white;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    padding: 40px 60px;
    max-width: 340px;
    margin: 0 auto;
}

.back {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #9999A5;
    text-decoration: none;
    height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 160px;
}

.back svg {
    margin-right: 10px;
}

.back .color {
    stroke: #9999A5;
}

.back:hover, .back:active {
    color: #0CD459;
}

.back:hover .color, .back:active .color {
    stroke: #0CD459;
}

.testimonial-image {
    margin-bottom: 30px;
}

.testimonial-name-title {
    margin-bottom: 30px;
}

@media (min-width: 620px) {
    .testimonial-preview {
        display: grid;
        grid-template-columns: 1fr 150px;
        grid-template-rows: auto auto;
        font-size: 18px;
        width: 530px;
        border-radius: 30px;
        border: 1px solid #383838;
        max-width: none;
    }

    .testimonial-back-button {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .testimonial-text {
        grid-column: 1 / 1;
        grid-row: 2 / 2;
        padding-right: 20px;
    }

    .testimonial-image {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
        margin-bottom: 0px;
        display: flex;
        align-items: baseline;
    }

    .testimonial-name-title {
        grid-column: 1 / 1;
        grid-row: 3 / 3;
        margin-bottom: 0px;
    }

    .testimonial-logo {
        grid-column: 2 / 2;
        grid-row: 3 / 3;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonial-image img {
        width: 150px;
    }

    .testimonial-image img {
        width: 150px;
    }

}

@media (min-width: 1280px) {
    .testimonial-preview {
        width: 1000px;
        grid-template-columns: 1fr 300px;
    }

    .testimonial-image img {
        width: 300px;
    }
}

.testimonial-image img {
    border-radius: 50%;
    filter: grayscale(100%);
}

.testimonial-name-title {
    color: #0CD459;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 1.33;
}

.testimonial-preview span {
    font-style: italic;
}

.testimonial-preview a {
    color: white;
    text-decoration: none;
}

.testimonial-preview a:link, .testimonial-preview a:visited {
    text-decoration: none;
}

.testimonial-back-button img {
    border-radius: 50%;
    border: 1px solid white;
    vertical-align: baseline;
}
