#headers--section {
    margin-bottom: 40px;
    padding-top: 15px;
}

.headers--menu {
    width: 32px;
    max-width: 140px;
    font-size: 22px;
    height: 32px;
    padding: 0px;
    color: var(--color-primary);
    border: none;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.headers--menu img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.headers--title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.headers--logo {
    width: 100%;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.headers--logo.square {
    height: 50px;
}
