.featured_products {
	display: flex;
	gap: 24px;
	margin-bottom: 50px;
}

.freebie + .featured_products {
	padding-top: 50px;
	background-image: url(../../img/divider-horizontal.svg);
	background-repeat: repeat-x;
	background-position: left top;
}

.featured_title {
	flex: 0 0 273px;
}

@media (max-width: 991px) {
	.featured_products {
		flex-direction: column;
	}

	.featured_title {
		flex: 1;
	}
}

@media (max-width: 767px) {
	ul.features_products_list.product_grid {
		flex-wrap: nowrap;
	}

	.product_grid li.product_card {
		min-width: 268px;
	}

	.featured_products_wrapper {
		overflow: auto;
	}
}
