@media screen and (max-width: 1000px){
    iframe{
        max-width: 90%;
        max-height: 400px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    ol{
        line-height: 20px;
    }
    
    .lista-cidades li{
        font-size: 18px;
        line-height: 27px;
        max-width: 950px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        hyphens: auto; 
        

    

    }
}