h1 {
	font-size: 2.1rem;
	color: var(--light-color);
	font-weight: 700;
	margin-bottom: 1.5rem;
	padding-left: 10px;
}

h2 {
	font-size: 35px;
}

.card-title {
	font-size: 38px !important;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--orange-color);
}

.price-tag {
	font-weight: 700;
	color: var(--blue-color);
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
}