#using { font-size: 0 !important; }

.dash {
  max-width: 50dvw;
}

.hero {
  padding-bottom: 2dvh;
  padding-top: 2dvh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  
  a {
    text-decoration: none;
    color: #228B22;
  }

  a:hover {
    color: red;
    cursor: pointer;
    text-decoration: none;
  } 
  
  a:visited {
    color: color: #228B22;;
  }
}


.hero-last {
  padding-bottom: 2dvh;
  padding-top: 2dvh;
  border-bottom: none;
  
  a {
    text-decoration: none;
    color: #228B22;
  }

  a:hover {
    color: red;
    cursor: pointer;
    text-decoration: none;
  } 
  
  a:visited {
    color: color: #228B22;;
  }
}

.heading {
  font-weight: 600;
  font-size: 1.2rem;
}
}