#other-solutions {
    border-top:1px solid #e0e0e0;
    position: relative;
    height:100%;
}

#other-solutions .col-md-6 {
    padding-top:80px;
    padding-bottom: 80px;
}

#other-solutions .color-background {
    background: linear-gradient(150deg,#00c7ff 15%,#000 70%,#0597c0 94%);
    color: #ffffff;
    height: 100%;
    min-height: 100%;
    position: absolute;
    right: 0;
}

#other-solutions .top-line:after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    display: block;
    width: 78px;
    transform: skew(175deg);
    background: #ffffff;
}

#other-solutions .container {
    position: absolute;
    margin:auto;
    left:0;
    right:0;
}