.div-btn {
  max-width: 48rem;
  margin: 0 auto 5rem; }
  @media only screen and (max-width: 767px) {
    .div-btn {
      padding: 0 1.5rem; } }
  .div-btn a {
    background: #003366;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    position: relative;
    color: #fff; }
    .div-btn a:hover {
      background: #0066cc; }
    @media only screen and (max-width: 767px) {
      .div-btn a {
        height: 3.6rem;
        font-size: 1.4rem; } }
    .div-btn a span {
      color: #a48d0f;
      position: absolute;
      right: 1rem;
      top: 50%;
      font-weight: 300;
      margin-top: -.5em;
      line-height: 1; }
