.vew-chart {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 250px;
	margin: 2rem auto;
}

.vew-chart__title {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
}

.vew-chart canvas {
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
	.vew-chart {
		height: 250px;
	}
}
