/* Minification failed. Returning unminified contents.
(11,22): run-time error CSS1039: Token not allowed after unary operator: '-color-sisconpes-blue'
 */
.noticias-section {
    display: grid;
    justify-content: center;
    grid-gap: 1rem;
}
.bullet .card-content-img {
    width: 50px;
}

.i-documento {
    background: var(--color-sisconpes-blue);
    mask-repeat: no-repeat;
    mask-size: cover;
    width: 90px;
    display: inline-block;
}

@media (min-width: 768px) {
    .noticias-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-gap: 1rem;
    }
}
