a.btn.portfolio-pdf-btn{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;

  background: #F4A300;
  border-color: #F4A300;
  color: #002E74;

  padding: 12px 22px;
  border-radius: 8px;
  text-transform: none;
  line-height: 1.2;
}

a.btn.portfolio-pdf-btn:hover,
a.btn.portfolio-pdf-btn:focus{
  background: #e59500;
  border-color: #e59500;
  color: #002E74;
}
