.cont_noticia
{
    display: block;
    width: 90vw;
    height: 30vw;
    margin-top: 50px;
    margin-left: 5vw;
}

#first_noticia
{
    margin-top: 90px;
}

.cont_noticia img
{
    width: 40vw;
    height: 30vw;
    float: left;
    display: inline-flex;
    object-fit: cover;
}

.noticia_texto
{
    float: left;
    display: inline-flex;
    width: 50vw;
    height: 20vw;
}

.noticia_texto p
{
    font-family: Montserrat;
    font-size: 1.25vw;
    color: #5B5B5B;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
}

#last_noticia
{
    margin-bottom: 50px;
}

@media (max-width:1024px)
{
    .cont_noticia
    {
        width: 90vw;
        margin-left: 5vw;
        margin-top: 40vh;
        height: 85.5vw;
    }

    .cont_noticia img
    {
        width: 90vw;
        height: 67.5vw;
    }

    .noticia_texto
    {
        width: 90vw;
        height: 60vw;
    }

    .noticia_texto p
    {
        font-size: 11px;
    }
}