@charset "utf-8";

body {
	background-color: #C1A3BE;
}

.wrapper {
	height: 420px;
	width: 800px;
	margin: 50px auto;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
	float: left;
	height: 420px;
	width: 405px;
}

.product-img img {
	height: 450px;
	width: 450px;
}

.product-info {
	float: left;
	height: 420px;
	width: 395px;
	border-radius: 0 7px 10px 7px;
	background-color: #ffffff;
}

.product-text {
	height: 350px;
	width: 327px;
}

.product-text h1 {
	margin: 0 0 0 38px;
	padding-top: 51px;
	font-size: 35px;
	font-family: 'Bentham', serif;
	color: #474747;
}

.product-text h2 {
	margin: 0 0 20px 38px;
	font-size: 14px;
	font-family: 'Bentham', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #d2d2d2;
	letter-spacing: 0.2em;
}

.product-text p {
	margin: 0 0 0 40px;
	font-family: 'Bentham', serif;
	color: #8d8d8d;
	line-height: 1.9em;
	font-size: 15px;
	font-weight: lighter;
}

hr {
	overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 3px 0 0 0;
    border-radius: 20px;
}

hr:before {
	display: block;
    content: "";
    height: 29px;
    margin-top: -32px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0 0 3px 0;
    border-radius: 20px;
}