.er-download {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 8px;
  background: #064eb1;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.er-download:hover,
.er-download:focus {
  background: #043c88;
  color: #fff;
}
