  @media screen and (max-width:320px){
    
    .global-nav__nav-wrap div:nth-child(3) a span{
      padding-top: 2.3rem;
    }
     .global-nav__nav-wrap div:nth-child(3) a:nth-child(1) i:nth-child(1){
          margin-top: 0.78rem;
          margin-left: 1.1rem;
          float: left;
    }    
  }
    @media screen and (min-width:360px) and (max-width:411px){
      
    .global-nav__nav-wrap div:nth-child(3) a span{
      padding-top: 2.3rem;
    }
     .global-nav__nav-wrap div:nth-child(3) a:nth-child(1) i:nth-child(1){
          margin-top: 0.78rem;
          margin-left: 1.1rem;
          float: left;
    }
  }
  @media screen and (min-width:375px) and (max-width:414px){
      
    .global-nav__nav-wrap div:nth-child(3) a span{
      padding-top: 2.3rem;
    }
     .global-nav__nav-wrap div:nth-child(3) a:nth-child(1) i:nth-child(1){
          margin-top: 0.78rem;
          margin-left: 1.1rem;
          float: left;
    }
  }
  
  @media screen and (min-width:414px) and (max-width:768px){
      .global-nav__nav-wrap div:nth-child(3) a:nth-child(1) i:nth-child(1){
        line-height: 32px;
        float: left;
        margin: -5px 20px;
    }
    .global-nav__nav-wrap div:nth-child(3) a span{
      padding-top: 2.28rem;
    }
  }