
.feature {
    border-bottom: 1px solid #e0e0e0;
}

#features .info a {
    background-color: #07ABE6;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }

#features .info a:hover {
background: #252528;
}
