.conteudo{
    display: flex;
}

.noticias{
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 40px 80px;
}

.noticias h2 {
    text-align  : center;
    font-size: 32px;
    margin-bottom: 40px;
}   

.noticias-texto h3{
    font-size: 32px;
    color: #002060;
    border-left: 5px solid #002060;
    padding-left: 15px;
    margin-bottom: 40px;
}

.noticias-card {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

.noticias-card img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    margin-left: 2% 
}
