.services-thumb,
.services-thumb-up {
	background: #fff;
	border-radius: 16px;
	padding: 18px 12px 18px 12px;
	min-height: 220px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 1.5px solid #eee;
	transition: transform 0.18s;
}

.services-thumb:hover,
.services-thumb-up:hover {
	transform: scale(1.03);
	border-color: #d1c4e9;
}

.promo-img {
	width: 95%;
	max-width: 210px;
	height: 175px;
	object-fit: contain;
	background: #fff;
	border-radius: 14px;
	margin: 0 auto 10px auto;
	display: block;
	box-shadow: none;
}

.services-thumb h3,
.services-thumb-up h3 {
	font-size: 15px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 0px;
	margin-top: 0;
	text-align: center;
}

.product-price {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0;
	text-align: center;
}

.services-thumb .border-bottom,
.services-thumb-up .border-bottom {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 576px) {
	.col-12.d-flex.justify-content-center {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 18px;
	}
	.services-thumb,
	.services-thumb-up {
		width: 100%;
		max-width: 98vw;
		min-width: 0;
		margin: 0 auto 12px auto;
		box-sizing: border-box;
	}
}

@media (max-width: 991px) and (min-width: 577px) {
	.col-md-6.d-flex.justify-content-center {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 18px;
		box-sizing: border-box;
	}
	.services-thumb,
	.services-thumb-up {
		width: 100%;
		max-width: 95vw;
		min-width: 0;
		margin: 0 auto 16px auto;
		box-sizing: border-box;
	}
	.promo-img {
		max-width: 170px;
		height: 130px;
	}
}