&.large-quotes {
	position: relative;
	width: 100%;
	max-width: 500px;
	border-left: 0;
	border-right: 0;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	display: flex;
	flex-direction: column;
	svg {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		margin: auto;
		polygon {
			fill: currentColor;
		}
	}
}
