.bg-dark-section {
    background-image: linear-gradient(#281b87, #4238a5);
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -500;
}

.feature-section {
    align-items: center;
}

.dark-section {
    color: #fff;
}

.feature-card {
    min-height: 350px;
}

.feature-card ul li {
    list-style-type: none;
}

.nav-feature .nav-link {
    height: 60px;
    padding-top: 20px;
}