.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.archive-row .container {
	flex-direction: column-reverse;
	gap: 15px;
}

.archive-left {
	width: 100%;
}

.archive-right {
	width: 100%;
	text-align: center;
}

.single-hero {
	flex-direction: column-reverse;
	padding: 50px 0;
}

.sh-left {
	width: 100%;
}

.sh-right {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.sh-title {
	font-size: 30px;
}

.sh-description {
	font-size: 16px;
}

.deliveries {
	padding: 50px 0;
}

.delivery {
	flex-direction: column;
	gap: 20px;
}

.delivery-left {
	width: 100%;
	text-align: center;
}

.delivery-right {
	width: 100%;
}

.delivery-description {
	font-size: 16px;
	line-height: 1.5;
}

.featured {
	margin: 50px 0;
	padding: 25px;
	flex-direction: column-reverse;
	gap: 20px;
}

.featured-right {
	width: 100%;
}

.featured-left {
	width: 100%;
}

.featured-label {
	margin-bottom: 10px;
}

h2.featured-title {
	font-size: 30px;
}

.benefits-list {
	flex-direction: column;
}