.breadcrumbs {
	display: none;
}
#benefits {
	background: #f0eef1;
	padding: 3rem 0;
}
#benefits > h2 {
	text-align: center;
	margin-top: 0;
	font-size: 50px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 2rem;
}
#benefits > h3 {
	font-size: 44px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
#benefits .btn {
	font-size: 24px;
}
.benefit-block {
	margin-top: 1rem;
}
.benefit-block-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.benefit-block-img {
	width: 40%;
	aspect-ratio: 80/22;
	border: 4px solid #ffffff;
	border-left: none;
	border-radius: 0 40px 40px 0;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	overflow: hidden;
}
.benefit-block-text {
	width: 60%;
	padding: 0rem 3rem 0rem 6rem;
	display: flex;
}
.benefit-block-text a.btn-primary {
	background: var(--yellow);
	color: var(--primary);
	text-shadow: none;
}
.benefit-block-text a.btn-primary:hover {
	background: var(--yellow);
	color: var(--primary);
	text-shadow: none;
}
.benefit-block-text h3 {
	margin-top: 0;
	color: #464750;
	font-size: 32px;
}
.benefit-block-text .content {
	color: #464750;
	font-size: 22px;
	line-height: 38px;
	max-width: 600px;
	margin-bottom: 1rem;
}
.benefit-block-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-block-number {
	background: #535fab;
	height: 60px;
	width: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: "Ubuntu";
	font-size: 32px;
	border-radius: 50%;
	margin-right: 2rem;
}
.benefit-block-number::after {
	content: ".";
	display: block;
	position: absolute;
	transform: translateX(12px);
}
.single-local h2 {
	font-size: 50px;
}
#product-info {
	padding: 4rem 2rem;
	text-align: center;
}
#product-info .image-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product-info .gallery-header {
	border-radius: 0.5rem;
	overflow: hidden;
}
#product-info .product-gallery__item {
	width: calc(25% - 0.75rem);
	height: auto;
	aspect-ratio: 16 / 9;
	margin-bottom: 1rem;
	position: relative;
}
#product-info .product-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#product-info .content,
#product-info ul {
	width: fit-content;
	margin: 0 auto;
}
#product-info .content {
	margin-bottom: 2rem;
}
#product-info ul {
	text-align: left;
}
.benefit-block-text ul {
	padding-left: 0;
}
.benefit-block-text .btn {
	display: table;
	margin-bottom: 1rem;
	min-width: 250px;
}

@media (max-width: 1440px) {
	.single-local h2 {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {
	.benefit-block-inner {
		flex-direction: column;
		padding: 0 1rem;
	}
	.benefit-block-number {
		min-width: 60px;
		min-height: 60px;
	}
	.benefit-block-img {
		width: 100%;
		border-radius: 40px;
		border-left: 4px solid white;
		margin-bottom: 1rem;
	}
	.benefit-block-text {
		width: 100%;
	}
	.benefit-block-text .content {
		max-width: unset;
	}
}

@media (max-width: 992px) {
	.benefit-block-text {
		width: 100%;
		padding: 1rem 2rem 2rem;
		display: flex;
	}
	#benefits h2 {
		font-size: 32px;
	}
	#benefits > h3 {
		font-size: 28px;
	}
	.benefit-block-text h3 {
		font-size: 24px;
	}
	.benefit-block-text .content {
		font-size: 16px;
		line-height: 1.8;
	}
	.single-local h2 {
		font-size: 32px;
	}
	#product-info {
		padding: 2rem 0rem;
	}
	#product-info .product-gallery__item {
		width: calc(50% - 0.5rem);
	}
}

@media (max-width: 768px) {
	.benefit-block-number {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
		font-size: 20px;
		margin-right: 1rem;
	}
	.benefit-block-number::after {
		transform: translateX(6px);
	}
	#benefits .btn {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.benefit-block-text {
		padding: 1rem 2rem 2rem 0rem;
	}
}