/* Cards */ 
.cards{
  .boxWrapper  {
    .boxContent{
      .boxTeams{
        .home{
          .boxElements{
            float: right;
            margin-right: 10px;
          }
        }
        .away{
          .boxElements{
            float: left;
            margin-left: 10px;
          }
        }
      }
    } 
  }
}
   /* Fin Cards */