
@media (max-width: 960px) {
	.post-content .wp-block-quote p {
		font-size: 18px;
		line-height: 32px;
		padding: 0 40px 20px;
		}
		.wp-block-quote:before {
			font-size: 250px;
			top: -250px;
			right: 25px;
		}
}

@media (max-width:480px) {
	p {
		font-size: 16px;
	}
}