#sobre-pages {
    width: 100%;
    overflow-x: hidden;
}

#sobre-pages .top-image {
    width: 100%;
    object-fit: cover;
    height: 320px;
    object-position: top;
}

#sobre-pages .title {
    color: #bcae87;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}


#sobre-pages .links ul li a {
    font-weight: bold;
}

#sobre-pages .links {
    margin-top: 40px;
    margin-bottom: 40px;
}

#sobre-pages .organogra-container {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#sobre-pages .orgao-item {
    margin-bottom: 60px;
}

#sobre-pages .orgao-item .section-name {
    color: #bcae87;
    font-size: var(--font-size-xl);
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bcae87;
    padding-bottom: 8px;
}

#sobre-pages .member-item {
    width: 100%;
    margin-bottom: 20px;
}

#sobre-pages .member-item .name {
    font-weight: 300px;
    color: black;
}

#sobre-pages .member-item .cargo {
    color: #bcae87;
}

.container-xxl {
}

@media screen and (min-width: 1700px) {
    .container-xxl {
    }
}
