.nd-noticias {
    background: #c2c2c2;
    display: flex;
    flex-direction: column;
}

.nd-noticia-destaque {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-right: 35px;
}

.nd-destaque {
    background: #c2c2c2;
    padding: 20px;
    text-align: center;
}

.nd-destaque img {
    border-radius: 5px !important;
}


.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.nd-outras-noticias {
    display: flex;
    background: #c2c2c2;
    flex-wrap: wrap; 
    gap: 20px;
    margin-left: 102px;
    margin-right: 102px;
}

.nd-grade {
    display: flex;
    flex-wrap: wrap;     
    gap: 20px;
    width: 100%;
}

.nd-noticia {
    flex: 1 1 calc(33.333% - 20px);     
    box-sizing: border-box;          
    padding: 15px;
    text-align: center;
}

.nd-noticia img {
    border-radius: 5px !important;
    width: 100%;
    height: auto; 
}
.nd-noticia {
    padding: 15px;
    text-align: center;
}
