.custom-button {
  background: #53a7db;
  color: white;
  border: none;
  padding: 0.5vh 1vh 0.1vh 0.6vh;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-family: "Acumin Pro Condensed Medium", sans-serif;
  font-size: 0.9rem;
  @media (max-width: 369px) {
    font-size: 0.6rem;
    padding: 4px 8px 2px 8px;
    white-space: nowrap;
  }
  @media (min-width: 768px) {
    font-size: 1.4rem; /* 25.03636px / 16px base */
  }
}
