.feature-box {
    margin-top: 45px;
    margin-bottom: 16%;
    position: relative;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}
.feature-box span {
    width: 158px;
    height: 80px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
    top: -17%;
    padding: 35px 25px 20px 25px;
}
.feature-box .icon {
    color: #e61119;
    font-size: 35px;
    margin-top: -5%;
}
.feature-box:hover span i {
    color: #ffffff;
}
.feature-content {
    padding: 45px 15px 40px;
}
.feature-box h5 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: bold;
    margin: 15px 0;
}
.feature-content p {
    text-align: center;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}
.button-div {
    width: 100%;
    padding-top: 5%;
}
.button-read {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    color: #2c3e50;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    font-size: 14px;
}
.button-read:hover {
    color: #ffffff;
    background: #e61119;
}

.knowledge-box span.sow-icon-fontawesome {
    margin: -60px 0 0 0;
    padding: 20px 30px;
    background: #fff;
    display: inline-block !important;
    position: relative;
}
.knowledge-box .button-hover {
    background: #000;
    padding: 10px 30px;
    color: #fff;
    display: block;
    margin: 0 0 -50px;
}
.so-widget-button-widget {
    margin: 0 0 -45px;
}
.knowledge-box {
    position: relative;
}
.knowledge-box:before {
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #ccc;
}
.knowledge-box:after {
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #ccc;
}