.blog-post-repeat .entry-summary p, .entry-content p, .frontcontent p {
	font: 16px/26px arial !important;
}
.row {
    display: block;
    width: 100%;
}
.box-3 {
    width: 29.5%;
    float: left;
    background-color: #fdfdfd;
    border: 1px solid #ebeaea;
    padding: 0 1.5% 20px 1.5%;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0.5%;
}
@media screen and (max-width: 992px) {
    .box-3 {
        width: 98%;
    }
}

.box-3 h2 {
    font-size: 16px;
    padding: 20px 0 10px 0;
    font-weight: bold;
}
.box-3 p.box-desc {
    font: 14px/20px arial !important;
}
#footer .widget-column {
    width: 43% !important;
}
.contact-box {
    background-color: #fdfdfd;
    border: 1px solid #ebeaea;
    padding: 20px;
    font: 22px/32px arial !important;
}
.contact-box img {
    position: relative;
    top: 7px;
}