﻿
#content {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}

h5{
    color: #377645;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

div.column {
    width: 49%; 
    float: left;
    height: 100%;
    background-color: #F2F2F2;
    border-style: solid; 
    border-width: thin;
}


@media screen and (max-width: 500px) {
    
}
