@media all and (min-width: 1024px) {
	.quote .col:nth-child(2) {
		padding-top: 5rem;
	}
	.quote .col:nth-child(3) {
		padding-top: 2.5rem;
	}
}
