.quote{
	background-color: #f1edeb;
}
    .quote blockquote{
        width: 580px;
        padding: 80px 20px;
        margin: 0 auto;
    }
        .quote .text{
            font-family: "NN-Dagny-Display", Calibri, Corbel, Verdana, sans-serif;
            font-weight: 400;
            font-size: 35px;
            line-height: 44px;
            text-align: center;
            margin-bottom: 20px;
        }
        .quote .text:before{
            content: "“";
            color: #ea650d; 
        }
        .quote .text:after{
            content: "”";
            color: #ea650d; 
        }
        .quote .name{
            margin-bottom: 0;
            text-align: center;
        }
            .quote .name span + span{
                color: #999;
            }
            .quote .name span + span:before{
                content: "| ";
            }



/* MEDIA QUERIES */
@media (max-width: 768px) {
	.quote blockquote{
		width: 80%;
	}
}
@media (max-width: 640px) {
	.quote blockquote{
		padding: 20px;
	}
		.quote .text{
			font-size: 24px;
			line-height: 30px;
		}
}