.contenedor-principal {
    max-width: 3600px;
}

.contenedor-encabezado {
    display: flex;
    justify-content: center;
    align-items: center;
}

.actualizacion {
    color: #03A591;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 108.611%;
}

.text-prensa {
    color: #01558C;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 108.611%;
    /* 39.1px */
}

.contenedor-card {
    align-items: center;
}

.imagen-articulo {
    border-radius: 17px;
}

.nombre-articulo {
    color: #03A591;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.611%;
}

.fecha-fuente {
    color: #03547E;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.611%;
}

.contenido {
    color: #03547E;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 108.611%;
    /* 17.378px */
}

.btn-leer-mas {
    width: 253px;
    height: 39px;
    flex-shrink: 0;
    margin: 10px;
    border-radius: 35px;
    background: #F07F1E;
    color: #FFF;

    text-align: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 768px) {
    .contenedor-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .text-prensa {
        font-size: 45px;
    }

    .actualizacion{
        font-size: 28px;
    }
}

@media (min-width: 1430px) {
    .contenedor-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}