.question h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.question h3 a {
  color: currentColor;
  text-decoration: none;
}

.question h3 a:hover {
  color: #2a72ff;
}

.question h3 a::after {
  color: #2a72ff;
  content: '→';
  padding-left: 0.5em;
  vertical-align: middle;
}

.questions-nav {
  margin-top: 50px;
}

.questions-nav .btbbutton {
  background: #fff;
  color: #2a72ff;
  text-transform: none;
}

.questions-nav .btbbutton:first-child {
  margin-right: 2em;
}
