#curve-svg {
    display: none;
}

@media (min-width: 992px) {
    #curve-svg {
        position: absolute;
        z-index: 1;
        top: 550px;
        display: block;
    }

    .bg-color {
        background-color: #046677;
    }

    section {
        z-index: 2;
        background: transparent !important;
    }

    .hero-slider {
        z-index: 2;
    }
}