.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-more {
    color: #94a3b8 !important;
    display: flex;
    border-bottom: 2px solid black;
}

.explore-more [class^="ri-"] {
    margin-top: 2px;
    font-size: 1rem;
}

.text-dark {
    color: #343a40 !important;
}

.mw-100 {

    max-width: 100% !important;
}


.accordion-button {
    background-color: #333;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #555;
}

.accordion-body {
    /* background-color: #222; */
    /* color: #ddd; */
}

.accordion-item {

    border: 0px solid black;

}
