.ebook_box {
	margin: 30px auto 0 auto;
	position: relative;
	max-width: 100%;
}
.ebook_box .row {
	background: #fff;
	border-radius: 7px;
	border-top: 18px solid #df0d00;
	padding-bottom: 40px;
}
.ebook_box:before {
	content: '';
	display: block;
	width: 117px;
	height: 77px;
	background: url(images/ebook_box.png) center center no-repeat;
	top: -60px;
	right: 50%;
	position: absolute;
	transform: translate(50%,50%);
}
.ebook_box .col-lg-6:nth-child(1) {
	padding-left: 35px;
	padding-top: 50px;
	padding-right: 20px;
}
.ebook_box .col-lg-6:nth-child(1) h2 {
	font-size: 22px;
	color: #fca600;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	line-height: 1;
	letter-spacing: -0.3px;
}
.ebook_box .col-lg-6:nth-child(1) h2 span {
	color: #189351;
}
.ebook_box .col-lg-6:nth-child(1) h3 {
	font-size: 50px;
	color: #464646;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 25px 0;
	letter-spacing: -0.5px;
}	
.ebook_box .col-lg-6:nth-child(1) p {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #464646;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: -0.2px;
}
.ebook_box .col-lg-6:nth-child(2) {
	padding-right: 35px;
	padding-top: 50px;
	padding-left: 20px;
}
.ebook_box .col-lg-6:nth-child(2) h2 {
	font-size: 50px;
	color: #010101;
	font-weight: 900;
}
.ebook_box .col-lg-6:nth-child(2) h2 span:before {
	content: '';
	display: block;
	width: 132px;
	height: 20px;
	background: url(images/ebook_box_h2_67.png) center center no-repeat;	
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.ebook_box .col-lg-6:nth-child(2) h2:nth-child(2) {
	color: #fca600;
	text-transform: uppercase;	
}
.ebook_autor_box {
	margin-top: 23px;
}
.ebook_autor_box p {
	font-size: 17px;
	color: #464646;	
	line-height: 1;
	margin: 0;
}
.ebook_autor_box  img {
	width: 60px;
	margin-top: -8px;
}
.ebook_autor_box p.bold {
	font-size: 19px;
	margin-bottom: 8px;
}
.ebook_autor {
	float: left;
	margin-right: 15px;
}
.garantie {
	background: #008e41;
	padding: 45px 35px 50px 35px;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.garantie h1 {
	color: #fff;
	font-size: 38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.garantie hr {
	border-top: 2px solid #f0bf4e;
	margin: 10px 0;
}
.garantie p {
	color: #fff;
	font-size: 18px;
	font-family: Arial;
	margin: 0;
}
.review_box {
	margin-top: 0;
}
.review_header a {
	padding: 10px;
	display: inline-block;
}
.testimonials_test67 {
	padding: 0 10px;
}
.testimonials_test67 div { 
	max-width: 50%; 
	padding: 10px;
	float: left;
}
@media (max-width: 1199px) {
	.ebook_box .col-lg-6:nth-child(1) h2, .ebook_box .col-lg-6:nth-child(1) h3, .ebook_box .col-lg-6:nth-child(1) p { text-align: center; }
	.ebook_box .col-lg-6:nth-child(2) { padding-top: 20px; margin: 0 auto; max-width: 490px; }
	.ebook_box .col-lg-6:nth-child(1), .ebook_box .col-lg-6:nth-child(2) { padding-left: 20px; padding-right: 20px; }
	.ebook_box .col-lg-6:nth-child(2) .col-xs-7, .ebook_box .col-lg-6:nth-child(2) .col-xs-5, .ebook_box .col-lg-6:nth-child(2) .col-xs-12 { padding-left: 0; padding-right: 0; }
}	
@media (max-width: 767px) {
	.ebook_box .row { padding-bottom: 25px; }
	.ebook_box .col-lg-6:nth-child(1) h2 { font-size: 18px; }
	.ebook_box .col-lg-6:nth-child(1) h2 span { display: inline-block; }
	.ebook_box .col-lg-6:nth-child(1) h3 { font-size: 32px; margin: 10px 0; }
	.ebook_box .col-lg-6:nth-child(1) p { font-size: 14px; }
	.ebook_box .col-lg-6:nth-child(2) h2 { font-size: 36px; }
	.ebook_box .col-lg-6:nth-child(2) h2 span:before { width: 97px; height: 15px; background-size: cover; top: 36px; }
	.ebook_autor_box p { font-size: 15px; }
	.ebook_autor_box p.bold { font-size: 17px; }
	.review_header a { padding: 5px 0; }
	.ebook_autor_box img { margin-top: -3px; }
	.testimonials_test67 { padding: 0; }
	.testimonials_test67 div { max-width: 100%; padding: 10px 0; }
}	