.article{ 
	padding:70px 120px 130px 190px; 
	background:rgba(255,255,255,0.8) url(../images/other/article_bg.png) bottom right no-repeat;
	min-height:800px;
	
}
.article p{}
.article p img{ width:100%}

@media (max-width: 1200px) {
	.article{
		background:rgba(255,255,255,0.8);
		padding:10px;
	}
}