.bloco-destaques {
    height: auto;
    margin: 10vh 0;
    overflow: hidden;
}

.bloco-destaques .row {
    text-align: center;
}

.bloco-destaques h3 {
    margin-bottom: 20px;
}

.bloco-destaques .col img {
    margin-bottom: 30px;
    width: 90vw;
    max-width: 520px;
}

@media (min-width: 1024px) {
    .bloco-destaques h3 {
        opacity: 0;
        margin-bottom: 10rem;
    }

    .bloco-destaques .col img {
        margin-bottom: 30px;
        width: 40vw;
    }
}

@media (min-width: 1444px) {
    .bloco-destaques .col img {
        width: 30vw;
    }
}