.cta-custom-button {
      text-align: center;
      margin-top: 60px;
    }
    .cta-custom-button a {
      background: #1cc88a;
      color: white;
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
    }
    .cta-custom-button a:hover {
      background: #17a673;
    }