body {
	padding: 10rem 25rem;
	background-color: hsl(30, 38%, 92%);
}

div.card {
	border-radius: 2%;
	border: none;
	width: 45vw;
}

#Perfume {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 5px;
	color: hsl(228, 12%, 48%);
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
}

#Second-Col {
	padding: 1.5rem 2.5rem 1.5rem 1rem;
}

h1.h1 {
	font-family: "Fraunces", serif;
	font-weight: 650;
	font-size: 2rem;
	margin-top: 1.5rem;
}

p.lead {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: hsl(228, 12%, 48%);
	font-weight: 500;
}

div.card-body {
	padding: 1rem 0;
}

div.btn {
	background-color: hsl(158, 36%, 37%);
	color: white;
	margin-top: 1.5rem;
	width: 100%;
	padding: 0.7rem 0.5rem;
}

div.btn:hover {
	background: hsl(158, 42%, 18%);
	color: white;
}

div.btn:active {
	background: hsl(158, 42%, 18%) !important;
	color: white !important;
}

div.btn:focus {
	background: hsl(158, 42%, 18%);
	color: white;
}

#Discount {
	color: hsl(158, 36%, 37%);
	font-family: "Fraunces", serif;
	font-size: 2rem;
	font-weight: 700;
}

#Original {
	text-decoration: line-through;
	color: hsl(228, 12%, 48%);

}

div.col-9 {
	padding: 0 0;
}

div.col-3 {
	padding: 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#Icon {
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
}

#Image {
	width: fit-content;
	height: 100%;
	border-radius: 2%;
}

#Image-Two {
	border-radius: 2%;
	width: 100%;
	height: auto;
}

@media (min-width: 375px) and (max-width: 1200px) {
	body {
		padding: 5rem 1rem;
	}

	div.card {
		width: 95vw;
	}

	#Second-Col {
		padding: 1.5rem 3rem;
	}
}