.content-box {
    text-align: center;
    padding: 25px;
}
.middle-pane-right .content-box:before {
    border-right:solid 0px #dadada;
}
.content-box:before {
  content : "";
  position: absolute;
  top: 100px;
  height: 75%;
  right: 0;
  border-right:solid 3px #dadada;
}
    .content-box img {
        width: 65%;
    }
.box-button {    
    margin: 18px auto 0px auto;
    width: 160px;
    height: 40px;
    background: #00529b;
    text-align: center;
}

    .box-button a:link, .box-button a:active, .box-button a:visited {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #fff!important;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 40px;
    }

p.content-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
}

.content-box-title {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    line-height: 40px;
    color: #00529b;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
}