﻿.custom-shape-divider-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 140px;
    }

    .custom-shape-divider-top .shape-fill {
        fill: #FFF
    }

    .custom-shape-divider-top .shape-fill-test {
        fill: #023250;
    }
