body {
    background: #1E1E1E;
}

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

.title {
    display: none;
}

.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;
    }
}

@media (min-width: 1800px) {
    .content {
        width: 1750px;
    }
}

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

.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;
        margin: 10px;
        max-width: none;
    }

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

    .testimonial-image {
        grid-column: 2 / 2;
        grid-row: 1 / 1;
        margin-bottom: 0px;
    }

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

    .testimonial-logo {
        grid-column: 2 / 2;
        grid-row: 2 / 2;

        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .testimonial-logo img {
        max-width: 150px;
        max-height: 100px;
    }

}

.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;
    padding-right: 30px;
}

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

.testimonial-preview a {
    color: #0CD459;
    text-decoration: none;
}

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