.box-content {
    text-align: center;
}
.box-content p {
    font-size: 1.5rem;
    line-height: 2.3rem;
}
.box-content .image {
    text-indent: 0;
}
.box-content .box-title {
    font-size: 14pt;
    padding: 0 5px;
}

.box-content a,
.box-content .box-title a {
    text-decoration: none;
    color: #5a5a5a;
}

.box-content a:focus,
.box-content a:hover,
.box-content .box-title a:hover {
    text-decoration: none;
    color: #000000;
}
