#ver-noticia {
    padding: 60px 16px;
    color: #fff !important;
}

#ver-noticia .noticia-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 60vh;
    object-position: top !important;
}

#ver-noticia .noticia-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top !important;
    border-radius: 8px;
}

#ver-noticia .content {
    color: var(--Neutrals-Grey-2, #384860);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.2px;
    margin-top: 16px;
    margin-bottom: 40px;
}

#ver-noticia .titl,
#ver-noticia .content {
    color: #fff;
}

.titl {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #ver-noticia .noticia-img {
        height: 80vw;
    }

    .titl {
        width: 100%;
        text-align: left !important;
        font-size: 26px;
    }
}
