.quote-text {
	margin-top: var(--py-section);
	margin-bottom: var(--py-section);
	width: 100%;
}

.quote-text p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.quote-text h2 {
		font-size: 40px;
	}
}