.quote-block .quote-wrapper {
	width: 100%;
	max-width: 978px;
	margin: 0 auto;
	background: #fafbfd;
	padding: 30px;
	text-align: center;
}
.quote-block .quote-wrapper p {
	font-size: 28px;
	line-height: 42px;
	font-weight: 400;
	color: #032169;
	font-family: "Roboto";
	letter-spacing: .028px;
	margin-top: 20px;
}
.quote-wrapper h2 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 25px;
    color: #032169;
}
.quote-block.full-width .quote-wrapper {
    max-width: 100%;
}
@media screen and (max-width:992px) {
	.quote-block .quote-wrapper p {
		font-size: 22px;
		line-height: 32px;
	}
    .quote-wrapper h2 {
    font-size:40px;
    line-height: 48px;
	}
}
@media screen and (max-width:768px) {
	.quote-block .quote-wrapper p {
		font-size: 18px;
		line-height: 24px;
	}
    .quote-wrapper h2 {
    font-size:34px;
    line-height: 42px;
	}
}