.bg-om-green{
    background-color: #D5F2E8 !important;
}

.bg-om-green-dark{
    background-color: #70CFA6 !important;
}

.btn-om-primary{
    background-color: #70CFA6 !important;
}

.btn-om-secondary{
    background-color: #D5F2E8 !important;
}

.link-om-dark{
    color: #70CFA6 !important;
}

.om-text-primary {
    color: #70CFA6 !important;
}

.border-om-green{
    border-color: #70CFA6;
}

.accordion-button:not(.collapsed) {
    background-color: #D5F2E8 !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(112 207 166 / 25%);
}