@charset "UTF-8";

.sec-separator1 {
    color: var(--hsi-text-color) !important;
    background-color: var(--lgyellow);
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding: 0.5rem;
    border: 1px solid #eaeaea;
    border-radius: .25em;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
}

.sec-separator2 {
    color: var(--hsi-text-color) !important;
    background-color: var(--lgyellow);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    border: 1px solid #eaeaea;
    border-radius: .25em;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
}