.noticia-text {
    overflow: hidden;
    height: 182px;
    white-space: normal;
    margin-right: 2%;
}

.noticia-row {
    padding: 1%;
    margin-bottom: 2%;
    box-shadow: 0 0 4px rgba(128, 128, 128, 0.466);
}

.noticia-title {
    margin-right: 2%;
}

.noticia-banner {
    width: 520px;
    height: 245px;   
    position: relative;  
    overflow: hidden; 
    border-radius: 10px;
}

.noticia-banner-img {
    width: 100%;
}

.noticia-column#g {
    width: 70%;
    margin-left: 1%;
}

@media screen and (max-width: 1080px) and (orientation: portrait) {
    .noticia-row {
        flex-direction: column;
        align-items: center;
    }

    .noticia-column#g {
        width: 100%;
    }

    .noticia-banner {
        width: 75%;
        height: 180px;
        margin-bottom: 2%;
    }

    .noticia-text {
        text-align: justify;
    }

    .noticia-banner-p-img {
        border-radius: 10px;
    }

    .noticia-title {
        text-align: center;
    }
}