
.testimonials.page_stretch
{
    position: relative;
    background-color: #f7faff;
    width: 1340px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 4px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials .image
{
    width: 255px;
    height: 318px;
    border-radius: 4px;
    background-image: url("./images/herman.jpg");
    background-size: cover;
    flex-grow: 0;
    flex-shrink: 0;
}

.testimonials .textbox
{
    margin-left: 40px;
    color: var(--dark);
    font-family: helvetica_neue_roman;
    font-size: 18px;
    line-height: 170%;
}

.testimonials .text
{
}

.testimonials .quote
{
    margin-top: 40px;
    font-family: helvetica_neue_bold;
    font-size: 100px;
    color: var(--blue);
}

.testimonials .attribution
{
    margin-top: 20px;
    font-family: helvetica_neue_medium;
    font-size: 16px;
    color: var(--dark);
}

.testimonials .attribution .suffix
{
    font-family: helvetica_neue_roman;
    color: var(--steel);
}

.testimonials .circle_holder
{
    width: 38px;
    height: 1px;
    position: relative;
    display: none;
}

.testimonials .circle
{
    position: absolute;
    top: -19px;
    left: 0px;
    width: 28px;
    height: 28px;
    background-color: var(--purple);
    border-radius: 50%;
    background-image: url("./images/herman.jpg");
    background-size: cover;
}

