.peplynx-featured-products-block .product-item {
	position: relative;
}
.product-heading-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.77rem;
	margin-bottom: 2.38rem;
	position: relative;
}
.products-title {
	color: var(--title-black);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 110%;
	width: 100%;
}
.products-text {
	width: 100%;
	color: var(--color-text);
	font-size: 1rem;
	line-height: 140%;
}
.products-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.25rem;
	row-gap: 3rem;
}
@media screen and (min-width: 768px) {
	.products-title {
		font-size: 2.5rem;
	}
	.products-text {
		font-size: 1.125rem;
	}
	.products-title,
	.products-text {
		width: calc(50% - 0.385rem);
	}
}
