.tarjeta-govco.horizontal-tarjeta-govco {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.tarjeta-govco.horizontal-tarjeta-govco .container-img-tarjeta-govco {
    width: 100%;
    height: auto;
}

.tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco {
    max-width: none;
}

.div_container-noticias {
    justify-content: center;
}

.error-text-govco {
    color: var(--govcolor-red);
}

.justify-items-center {
    justify-items: center;
}

.justify-items-end{
    justify-items: end;
}

.justify-items-variable {
    justify-items: center;
}

@media (min-width: 768px) {
    .justify-items-variable {
        justify-items: end;
    }
}