.specialities-section-title {
	background-image: linear-gradient(white, #f0f4fb);
	margin: 10px -8px 0 -8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.specialities-title {
	padding-top: 120px;
	font-size: 45px;
	font-weight: 500;
}

.specialities-subtitle {
	font-size: 22px;
	padding: 15px;
}

.site-container {
	font-family: "PT Sans", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background: #f0f4fb;
	margin: 0em -8px 0-8px;
}

.article-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px;
}

.article-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.article-image img {
	max-width: 100%;
	height: 300px;
	border-radius: 20px 20px 0 0;
}

.article-card {
	background: white;
	border-radius: 20px;
	width: 400px;
	transition: 0.3s;
	box-shadow: 0 4px 20px 0 rgba(34, 68, 123, 0.2);
	transition: 0.3s;
}

.article-card:hover {
	box-shadow: 1px 2px 15px 0px rgba(89, 87, 87, 0.85);
	transform: scale(1.03, 1.03);
}

.article-content {
	padding: 20px;
}

.article-content .card-category {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #6b82a7;
	display: block;
	text-decoration: none;
}

.card-buy {
	float: right;
	border: 3px solid green;
	border-radius: 70px;
	color: green;
	background-color: white;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 4px 2px;
	box-shadow: 0 4px 20px 0 rgba(34, 68, 123, 0.2);
	cursor: pointer;
	transition: 0.1s;
}

.card-buy:hover {
	transform: scale(1.05, 1.05);
	color: white;
	background-color: rgb(0, 190, 0);
	border-color: green;
}

.card-buy:active {
	transform: scale(1, 1);
	background-color: rgb(0, 160, 0);
	border-color: green;
}

.card-buy:focus {
	color: white;
	background: rgb(0, 160, 0);
}

.article-content .card-title {
	margin: 20px 0 0 0;
	color: #22447b;
}

.article-content .card-subtitle {
	margin: 0 0 20px 0;
	color: #6b82a7;
}

.article-content .card-excerpt {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6b82a7;
	margin: 0;
}

.veg-or-non-veg {
	height: 40px;
	margin-top: 20px;
}

.price {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
.a-price-whole {
	font-size: 30px;
	color: #b12704;
}

.a-offscreen {
	text-decoration: line-through;
	color: #6b82a7;
}
