.top-cut { position: relative; }
.top-cut:after {
    content: '';
    background: #f5f5f5;
    width: 3000px;
    height: 50px;
    top: -40px;
    position: absolute;
    transform: rotate(-1deg);
}
.our-platforms.top-cut:after,
.latest-updates.top-cut:after {
    background: #fff;
}
.platforms-content.top-cut:after {
    background: #4fb9e8;
}

.platforms-content {
    padding: 40px 0 80px!important;
}
.our-platforms {
    padding: 0px 0 150px;
}
.platforms-content .platforms {
    margin-top: -150px;
    z-index: 1;
}
.contact-block h2 {
    text-align: center;
}
.top-banner input {
    width: 350px!important;
}