.hero-container {
    position: relative;
    min-height: 350px;
    color: white;
    background-position: center; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/applications-forms-img/bellevue.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    transform: translateY(0%);
}

/* .accordion-flush {
    background-color: #f8f1e8;
} */

.accordion-body, .accordion-item {
    background-color: #f8f1e8;
}

.accordion-header .accordion-button {
    background-color: #f8f1e8;
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion-item .accordion-button {
    border-bottom: 1px solid black;
    border-radius: 0 !important;
  }