.block-quote {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
}
.block-quote--content {
    margin-right: 44px;
}
.block-quote--profile-image {
    margin-right: 32px;
    max-width: 120px;
}
.block-quote--quote-image {
    width: 60px;
    height: 48px;
    align-self: center;
}
.block-quote--quote {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 16px;
}
.block-quote--name {
    color: #002D72;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0;
}
.block-quote--role {
    color: #797E95;	
    font-size: 12px;
}
@media (max-width: 960px) {
}
@media (max-width: 720px) {
	.block-quote {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}