.download-guide-button {
  display: inline-block;
  background: #0f172a;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
}

.download-guide-button:hover {
  background: #111827;
}