.hero p span{
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .match-teams {
    flex-direction: column;
    gap: 20px;
  }
  .vs {
    width: 100%;
  }
  .ocultar{
    display: none;
  }  
}