@media screen and (max-width: 600px){
	.top_header_container{
		width: 100%;
	}
	.logo_header{
		width: 100%;
	}
	.social_icons{
		width: 100%;
	}
	.block{
		width: 100%;
		margin-bottom: 200px;
	}
	.block_left{
		width: 100%;
	
	}
	.block_right{
		width: 100%;
	}
	.block_img{
		width: 100%;
		height: 200px;
		
	}
	.fourcol{
		width: 100%;
		
	}
	.news{
		width: 100%;
	}
	.about{
		width: 100%;
	}
	.paragraph{
		width: 100%;
	}
	.form1{
		width: 100%;
	}
}