figcaption {
    font-size: 1.25em;
    /*font-weight: bold;*/
    text-align: center;
    word-wrap: break-word;
}

h1, h2 {
    font-weight: bold;
}

.hist-boletines {
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    flex-flow: row wrap;
    gap: 5%;
    /*max-width: 100%;*/
}

.hist-boletines a {
    width: 20%;
}

.hist-boletines img {
    width: 100%;
}

@media (max-width: 1024px) {
    .hist-boletines a {
        width: 100%;
    }
}
