@import url(prices-product-card.css); 
.product__type-home h2 {
	width: 240px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
.product__type-home .product__headline {
    padding-bottom: 10px;
}
.product__type-home .product__title {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.01em;	
	margin-bottom: 10px;
}
.product__type-home .product__sub-title {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.01em;
}
.product__type-home .product__img {
	padding: 0 15px;
}
.product__type-home .product__img img {
	border-radius: 16px;
}
.product__type-home .product__btn .btn {
	font-size: 18px;
	height: 54px;
}
@media (min-width: 768px) {
	.product__type-home h2 {
		font-size: 38px;
		width: 100%;
		margin-bottom: 25px;
	}
	.product__type-home .product__title {
		font-size: 24px;
	}
	.product__type-home .product__img {
		margin-bottom: 20px;
	}
	.product__type-home .product__price {
		font-size: 20px;
	}
	.product__type-home .product__btn .btn {
		font-size: 18px;
		height: 54px;
	}	
}
@media (min-width: 1024px) {
	.product__type-home h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.product__type-home .product__headline {
		padding: 18px 10px 15px;
	}
	.product__type-home .product__title {
		font-size: 22px;
	}	
	.product__type-home .product__img {
		padding: 0 20px;
		margin-bottom: 15px;
	}
	.product__type-home .product__price {
		font-size: 23px;
	}	
}