@charset "UTF-8";

#anchor + div .content_wrapper a:nth-of-type(1) span {
    line-height: 2.5rem;
}

@media screen and (max-width:850px){
  #anchor + div .content_wrapper a:nth-of-type(1) span {
    line-height: 3rem;
  }
}