.banner-alerta {
  background-color: #d60000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  font-family: Arial, sans-serif;
}

.banner-alerta .texto {
  font-size: 22px;
  letter-spacing: 2px;
}

.banner-alerta .numero {
  font-size: 60px;
  font-weight: bold;
}