/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/*
  .mobile {
    margin: 5px 0 30px 0;
    display: inline-block;
  }*/
  @media (max-width: 990px) {
    .mobile {
        display: none;
      }
    .mobile-center {
        text-align: center;
    }  
  }