#cta {
  padding-bottom: inherit;
}

#cta button {
  font-size: 1.5rem;
  height: 60px;
  width: 100%;
}

#cta button a {
  color: inherit;
}

@media (max-width: 991.98px) {
  #cta button {
    margin-bottom: 20px;
  }
}