#page {
    background: #E4DFD1;
}
.document-filters {
    text-align: center;
    margin: 1em;
}
.document-filters-cat {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-btn {
    cursor: pointer;
	padding: 7px 15px !important;
    /* border: 1px solid transparent; */
    border-radius: 1em;
    line-height: 1;
    font-size: 16px !important;
	color: #000 !important;
	text-decoration: none !important;
}
.filter-btn.active {
    background: #A21D21;
    border-color: #A21D21;
    color: #E4DFD1 !important;
}
.filter-btn:hover {
    color: #E4DFD1 !important;
	background: #A21D21 !important;
}
.sub-filter-group div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.sub-filter-group div label {
    line-height: 1;
    margin: 1em;
    text-transform: uppercase;
    color: #A21D21;
    font-size: 15px;
}
#document-content {
    display: flex;
    gap: 15px;
}
.document-item {
    flex: 33%;
    max-width: 33%;
}
h3.document-title {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}
.document-description {
    font-size: 14px;
    color: #000;
    margin: 0.5em 0;
}
.download-btns {
    display: flex;
    gap: 10px;
}
.download-btns a {
    display: block;
}
.download-btns a img {
    width: 32px;
}