.section {
    padding: 20px 0;
}

.product-info{
	width: 50%;
	float: right;
}

.product-title{
	background: #59bcdb;
	border-radius: 5px;
}
.news-section .container .article .article--title a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    margin-left: 10px;
}
.product-image{
	width: 50%;
	float: left;
	text-align: center;
}
.product-image *{
	width: 80%;
}
.article--content content{
	
}
@media screen and (max-width:640px) {
	.section {
		padding: 0px 0!important
	}
	.section .section--header {
		padding: 0 15px
	}
	.section .section--header .section--title {
		font-size: 30px!important
	}
	.section .section--header .section--description {
		font-size: 15px;
		line-height: 32px
	}
	.section--description {
		font-size: 16px
	}
}

