@media (max-width: 767px) { 
	.col_img_building{
		width: 35%;	
		margin: 0 auto;
		padding-top: 10px;
	}
	.col_about_description{
		margin-top: 20px;
	}
	.col_trading {
    float: left;
    width: 50%;
	}
	.custom_icon{
		height: 96px !important;
	}
	.thumb_icon{
		width: 119px;
	}
}
@media(max-width: 599px){
	.custom_icon{
		height: 76px !important;
	}	
	.thumb_icon{
		width: 99px;
	}
}
@media(max-width: 499px){
	.col_trading {
    width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {  
	.col_img_building{
		width: 23%;
		float: left;	
	}
	.col_trading {
    float: left;
    width: 25%;
	}
	.custom_icon{
		height: 106px !important;
	}
	.thumb_icon{
		width: 129px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	
}
@media (min-width: 1200px) {  
	
}