.btn_blue {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.btn_blue .btn-wrapper {
  margin: 0 auto 2rem;
}
.btn_blue .btn-wrapper a {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  box-shadow: 0 .6rem 0 0 #AA0002;
  line-height: 2.4rem;
}
.btn_blue .btn-wrapper.bg_blue a {
  background-color: #1434cb;
  border-color: #1434cb;
  box-shadow: 0 .6rem 0 0 #0b1e78;
	color: #fcc015;
}
.caption {
  text-align: center;
  margin-top: 1rem;
  max-width: 98%;
  display: block;
}
@media screen and (max-width: 659px) {
.btn_blue .btn-wrapper a {
    height: 3.5rem;
  font-size: 1.4rem;
}
.caption {
  margin-top: -1rem;
}
  }