.corp-tabs
{ 
    margin: 0 0 90px;
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 6px;
}
.corp-tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.corp-tabs:before
{
    content: "";
    position: absolute;
    left: 50%; 
    height: 90px;
    top: 10%;
    background: #ccc;
    width: 0px;

}
.corp-tabs a
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #000;
    text-decoration: none;
    border: 0;
    padding: 40px 0;
    font-weight: normal;
    font-family: 'robot-condensed-bold';
    text-transform: uppercase;
}
.corp-tabs a:hover{
    color: #00b1ff}

.corp-item .img-box img
{
    width: 150%;
}