.ar-titulo-categoria-noticia{
    font-weight: 700;
    font-size: 23px;
    color: #212529;
    position: relative;
    text-align: center;
}

.ar-btn-leer-mas {
    
    color: #00407b;
    font-weight: 700;
    padding-right: 15px;
    align-self: flex-end; /* Alinea el botón a la derecha */
}

.ar-btn-leer-mas:hover {
    color: #fa7b43;
    /* text-decoration: underline; */
}