body {color:#4f4b52;font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}


#one {width:95%;min-height:300px;background-color: white; padding:2.5%;float:left; display:inline-block;text-align: center;}
#two {width: 95%;min-height:300px;background-color: rgb(248, 243, 229); padding:2.5%;float:right;display:nline-block;}
#three {width: 95%;min-height:300px;background-color: white; padding:2.5%;float:left;display:inline-block;}
#four {width: 95%;min-height:300px;background-color: rgb(248, 243, 229); padding:2.5%;float:right; display:inline-block;text-align: center;}
#three p{width:90%;font-style: italic;}
#one img {max-height:100%;}
#four img {height:150px;padding:12.5% 0;}
ul, ol {    
    max-width: 90%;
    list-style: circle;
}


@media (min-width: 782px) {
#one {width: 48%;background-color: white; float:left; display:inline;text-align: center;}
#two {width: 48%;background-color: rgb(248, 243, 229);float:right;display:inline;}
#three {width: 48%;background-color: rgb(248, 243, 229); float:left;display:inline;}
#four {width: 48%;background-color: white; float:right; display:inline;text-align: center;}
#three p{width:90%;font-style: italic;}
#one img {max-height:100%;}
#four img {height:30%;padding:10% 0;max-height:250px;}
#four, #one, #two, #three {min-height:44%; padding:3% 1%;}

}