.titulo-contemplados-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
}

.titulo-contemplados {
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 16px;
    color: #113260;
}

.cards-grid-edital-cultura {
    padding: 24px 24px;
    /* margin-bottom: 48px; */
}

.card-edital-documentos {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 860px;
    border: 1px solid rgb(204,204,204);
    border-radius: 12px;
    padding: 16px;
    background-color: #FFF;
}

.cards-contemplados-title {
    color: #113260;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: underline;
}

.cards-contemplados-description {
    margin-bottom: 16px;
}

.cards-contemplados-topicos {
    color: black !important;
    margin-bottom: 4px;
}

.cards-contemplados-topicos-title {
    color: black !important;
    font-weight: 700;
    margin-right: 8px;
}

.pdf-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-box-title {
    color: #113260;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: underline;
    text-align: center;
}

.pdf-box-description {
    text-align: center;
}

@media (max-width: 768px) {
    .titulo-contemplados {
        font-size: 
    }
    .cards-contemplados-topicos-title {
        text-align: center;
    }
    .cards-contemplados-topicos {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 12px;
    }
    
    .clique-arquivo {
        text-align: center;
    }
    
    .cards-contemplados-title {
        text-align: center;
    }
}