.titulo {
    margin-top: 3vw;
    margin-bottom: 1.5vw;
    width: 80%;
    font-family: anton;
    color: rgba(0, 3, 41, 0.808);
}
    .titulo h1 {
        font-size: 3.5vw;
    }

.texto {
    width: 80%;
    height: auto;
    font-size: 1.6vw;
    text-align: justify;    
}

.card h1 {
    font-family: anton;
    font-size: 2.8vw;
}
.card h2 {
    font-size: 1.8vw;
    overflow: hidden;
}


@media screen and (max-width: 480px) {
    
    .titulo {
        margin-top: 6vw;
        margin-bottom: 3vw;
        width: 90%;
    }
        .titulo h1 {
            font-size: 8vw;
        }

    .texto {
        width: 90%;
        font-size: 4vw;    
    }

    .card h1 {
        font-size: 7vw;
    }
    .card h2 {
        font-size: 3.5vw;
    }
}