.container-blog{
    max-width: 940px;
    margin: 0 auto;
}

.card-noticia{
    max-width: 350px;
}

.noticia{
    margin-top: 170px;
}

.container-card-noticia{
    display: flex;
    flex-wrap: wrap;
}

.img-header-blog{
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

.img-header-blog img{
    width: 85%;
    max-height: 430px;
}

.texto-blog{
    
    margin-bottom: 35px;
}

.texto-blog h1{
    margin-top: 35px;
    margin-bottom: 20px;
}

.texto-blog ul{
    list-style: disc; 
    margin-left: 20px; 
    
    margin-bottom: 25px;
}

.texto-blog li{
    margin-bottom: 10px;
}

@media screen and (max-width: 1118px){
    .img-header-blog{
    margin-top: 50px;
  }

  .noticia{
    margin-top: 80px;
}

}


@media screen and (max-width: 800px) {
    .img-header-blog{
        margin-top: 55px;
    }

    .img-header-blog img{
        width: 100%;
        margin-top: -29px;
    }

}