.custom-shape-divider-top-1591762065 {
  position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    min-height: 100%;
    background: #1d285c;
    background: -moz-linear-gradient( 45deg, #ff7400 0%, #ffa154 100% );
    background: -webkit-linear-gradient( 45deg, #1d285c 0%, #1d285c 100% );
    background: linear-gradient( 45deg, #1d285c 0%, #2b3c8d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ffa154',GradientType=1 );
}

.custom-shape-divider-top-1591762065 svg {
  position: relative;
  display: block;
  width: calc(219% + 1.3px);
  height: 154px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1591762065 .shape-fill {
  fill: #ffffff;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-top-1591762065 svg {
    width: calc(132% + 1.3px);
    height: 33px;
  }
}