#section .the_four_columns .fc-heading a{
    font-size: 24px;
    color: #88a9bb;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#section .the_four_columns .fc-heading {
    padding-bottom: 15px;
}

#section .the_four_columns h2 {
    border-bottom: 1px solid #d3d3d3;
    margin:0;
    padding: 10px 0;
    line-height: 20px;
}
#section .the_four_columns h2 a{
    font-size: 16px;
    font-weight: bold;
}
#section .the_four_columns .more a {
    font-size: 16px;
}

/** Tablets **/
@media only screen and (min-device-width: 480px) and (max-device-width: 768px){

    #section .the_four_columns #gallery-thumb{
        width: 48%;
    }
    #section .the_four_columns #gallery-thumb .thumbnail {
        height: 150px;
    }
}

/** Mobile devices **/
@media only screen and (max-device-width: 480px){

    #section .the_four_columns #gallery-thumb{
        width: 100%;
    }

}