.ver-other-l {
    width: auto;
}

.ver-other-l > h1 {
    width: 100%;
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 6px;
    border-bottom: 2px solid #4ad35c;
    text-transform: uppercase;
}

.ver-other-l h1 span {
    background-color: #4ad35c;
    padding: 6px 14px;
}

.not-card-ads {
    width: 300px;
}

.not-centro {
    /* width: 50%; */
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.titulo-noticia {
    font-size: 1.6rem;
    text-transform: uppercase;
}

.intro {
    padding: 25px 0;
    line-height: 1.5;
    font-size: 1.2rem;
}

.escritor-data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.escritor-data span {
    display: flex;
    align-items: center;
}

.escritor-data li {
    margin-left: 18px;
}

.escritor-data img {
    margin: 0 10px;
    /* background-color: aqua; */
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
}

.main-img {
    width: 100%;
    height: 70%;
    /* height: 70%; */
    object-fit: cover;
}

.materia p {
    margin-top: 25px;
    line-height: 1.5;
    font-size: 1.2rem;
}

.materia h2 {
    margin-top: 25px;
}

.tags {
    text-transform: uppercase;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags span {
    background-color: #14191f;
    padding: 6px 10px;
    color: #fff;
}

@media (max-width: 1200px) {
    .ver-other-l {
        display: none;
    }
}

@media (max-width: 980px) {
    .not-centro {
        padding-left: 0;
        padding-right: 0;
    }
}
