/* Ocultar sección Texto con iconos en móvil */
@media (max-width: 767px){
  .text-with-icons {
    display: none !important;
  }
}
