.contentRow {
   margin-top: 150px;
   
}
.contentRow h1 {
    font-family: 'Lato', sans-serif;
    color: #2a5a85;
    font-weight: 300;
    font-size: 30px;
    text-shadow: 1px 1px 1px #333;
}
.contentRow {
   font-family: 'Lato', sans-serif;
   font-size: 16px;
   color: #333;
}
.contentRow ul li {
   font-family: 'Lato', sans-serif;
   font-size: 16px;
   color: #333;
   margin-bottom: 20px;
}
.contentRow strong {
   color: #2a5a85;
}
.contentRow h2 {
   font-size: 28px;
   color: #2a5a85;
}
.content h3 {
   font-size: 22px;
   font-weight: 300 !important;
}
.headerCol {
    border-bottom: solid 2px #e7e7e7;
}
.img {
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .contentRow {
    margin-top: 200px;
}