@media (pointer: coarse) {

    #section-1 {
        width: 100%;
        height: 50%;
        background: linear-gradient(70deg, #000000, transparent),url(../img/busca-e-apreensao-de-veiculo-5-mobile.webp);
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
        min-height: 50vh;
    }

    #section-1 .container {
        padding-top: 0px;
    }

    #section-1 h1 {
        font-size: 22px;
        line-height: normal;
        font-weight: 600;
    }

    #section-1 .publico{
        display: none;
    }
    #section-1 .btn-get-whatsapp {
        font-size: 14px;
    }
    .cta-white {
        font-size: 1.75rem;
        display: block;
      }

}



