@import url('brand-vars.css');

.news-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-height: 505px;
  }

*{
    line-height: 200%;
    font-weight: 100;
}

.news-header{
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--azul-escuro);
    font-size: 4rem;
    color: var(--azul-escuro);
}
.content-body {
    font-family: BureauVeritasThinUltraCond, sans-serif !important;
}
/* .content-body{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

p{
    font-size: 18px;
    text-align: left;
}

.content-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-image img{
    width: 90%;
    height: 90%;
}

.field--name-title{
    font-weight: bold;
    color: var(--azul-escuro);
    text-align: center;
}