.main h2 {
	font-size: xx-large;
	font-weight: bold;
}

section:has(.product) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.product {
	margin-left: 20px;
}

.product h3 {
	font-size: large;
	margin-bottom: 10px;
}

.product p {
	margin-left: 10px;
	margin-bottom: 20px;
}
