#sobre {
    background-image: url(../img/fundo-sobre.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card {
    background-color: #133e68e7;
    max-width: 660px;
    margin: 15px 50px;
    color: white;
    padding: 20px;
    text-align: justify;
}

.card h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.card p {
    margin-block: 20px;
}