.wrapper_body {
	//position: absolute;
	//position: inherit;

    padding: 20px 0;
    height: 100%;
    //width: 90%;
 //   background: #c0c0c0;
 background: linear-gradient(45deg, #EECFBA, #C5DDE8);
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A ;
    text-align: center;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	
}
.cbm_wrap {
	
	height: 350px;
	float:left; 
	padding: 10px;
    margin: 2%;
    display: block;
    width: 300px;
    min-height: 350px;
    
    border: 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);    border-color: #fff;
    background-color: #dfdfdf;
    background: -moz-linear-gradient(top, #fff, #dfdfdf 50%, #cecece);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #dfdfdf), to(#cecece));
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFF', EndColorStr='#CECECE');
}
.cbm_wrap img {
    width: 100%;
	
    margin-top: 15px;
}
.cbm_wrap p{ 
    margin-top: 15px !important;
   // text-align: justify !important;
}
.cbm_wrap h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.cbm_wrap a{
    text-decoration: none;
    color: #4A4A4A !important;
}
.cbm_wrap p:hover{
    text-decoration: underline;
    color: #6B6B6B !important ;
}​