.section.introduction.governanca-banner{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) -30%, #000000 98.04%), url(../img/governanca-banner.jpg);
    background-size: cover;
}

.section.governanca{
    display: flex;
    flex-direction: column;
    padding: 80px 10%;
    gap: 60px;
}

.section.governanca div{
    display: flex;
    flex-direction: column;
}

.section.governanca div img{
    align-self: center;
    max-width: 600px;
}

.section.governanca div h2{
    color: #259460;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}