.about{
    display: flex;
    justify-content: center;
}

.about__content{
    max-width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.about__content .content__main-img{
    text-align: center;
    width: 100%;
}

.about__content .img-space{
    margin-bottom: 40px;
}

.content__main-img img{
    width: 100%;
    margin: 40px 0 0 0;
}


.content__article{
    margin: 0 10%;
}

.article__user{
    display: flex;
    gap: 15px;
    margin: 4% 0;
}

.user__text h3{
    font-family: var(--font-roboto-sans);
    font-size: 1rem;
    margin-bottom: 5px;
}

.user__text p{
    font-family: var(--font-ns-sans);
    font-size: 1rem;
    margin: 0;
}

.article__news{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.article__news h1{
    font-family: var(--font-roboto-sans);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.article__news h2{
    font-family: var(--font-roboto-sans);
    font-size: 2rem;
    margin-bottom: 15px;
}

.article__news p{
    font-family: var(--font-ns-sans);
    font-size: 1rem;
}

.article__news img{
    margin-bottom: 20px;
}

.article__news .last{
    margin-bottom: 80px;
}

/* Artigos */
.oculto{
    display: none;
}

.last {
    word-wrap: break-word;
    overflow-wrap: break-word; 
    white-space: normal; 
  }
  

.last img{
    max-width: 100%;
    max-height:75vh;
    text-align: center;
}