@media (max-width: 768px) {
    .imageminicial {
      display: none;
    }

    .notificação {
        display: none;
    }
    
    .textosiniciais {
        text-align: center !important;
    }
  }