.path-submission {
    .carousel {
        background-color: #f2f2f2;
    }

    #carouselExampleDark {
        background-color: #eae4f9;
    }

    .important-dates {
        background-color: white;
        padding: 50px;
        color: black;
    }

    .topic-item {
        min-height: 200px;
        padding: 20px;
        width: 80%;
    }

    .carousel-caption {
        position: relative;
    }

    .carousel-caption h5 {
        margin-bottom: 24px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-inner h1 {
        text-align: center;
        margin-top: 12px;
    }
}