.pricing {	max-width: 24.375rem;	margin: 0 auto;	min-height: 100%;	display: flex;	flex-direction: column;	text-align: center;	box-shadow: -5px -5px 10px rgba(17, 17, 17, 0.5), 5px 5px 10px rgba(204, 204, 204, 0.1);	border-radius: 10px;	overflow: hidden;}.pricing-header {	flex-grow: 0;	padding: 1.875rem 1.25rem 1.25rem;	background: linear-gradient(to bottom, #292c33, #111111);}.pricing-title {	font-weight: bold;	color: #0078f2;}.pricing-price {	font-size: 3rem;	font-weight: bold;	color: #FFF;}.pricing-body {	display: flex;	flex-direction: column;	justify-content: space-between;	align-items: center;	flex-grow: 1;	padding: 0rem 0rem 3.125rem;	background-color: #111111;}