
/* CSS that applies to three-column pages (Many)  */ 
/* Do Add Header Footter Tags  */


.this-body { overflow: hidden; margin-top: 150px; background-color: #faf0e6 ; 
	            width: 100%; } 
	
.column {
  float: left;
  width: 30%;
  height: 500px; 
  padding: 5px; 
  border-right: 2px solid #dedede;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}



