.pd-bbm-product .title {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4em;
	font-family: "Playfair Display", serif;
	margin-top: 0;
}

.pd-bbm-product .description {
	font-size: 16px;
}

.pd-bbm-product .image-container {
	margin-bottom: 3em;
}

.pd-bbm-product .image-container img {
	width: 230px;
}


@media only screen and (max-width: 992px) {
	.pd-bbm-product .image-container img {
		width: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.pd-bbm-product .title {
		margin-bottom: 2em;
	}

	.pd-bbm-product .image-container img {
		max-width: 60%;
	}
}
