.ny-button-cta--default {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.ny-button-cta--dark-blue a {
  background-color: #014888;
  color: #ffffff !important;
}

.ny-button-cta--light-blue a {
  background-color: #e3edf6;
  color: #014888 !important;
}
