
.ajw-jumplink{
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ajw-jumplink .jumpURL{
  background: #fff;
  text-align: center;
  border-radius: 0.5rem;
  min-width: 70%;
  padding: 1rem;
  margin-top: 1rem;
}

.ajw-jumplink .jumpURL a{
  color: #0e38f7;
}

.ajw-jumplink>a {
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.2rem;
    width: 14rem;
    background: var(--primary-text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #000;
    margin-top: 2rem;
}
