.store-leave-review h2 {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.store-leave-review h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.store-leave-review > div {
	flex: 0 0 auto;
	width: 100%;
}

.store-leave-review a {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1rem;
	text-decoration-line: underline;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.store-leave-review a {
		font-size: 14px;
		line-height: 20px;
	}
}
