.btn {
    height: 45px;
    border-radius: 26px;
    background-color: rgba(80, 39, 115, 1);
    /* -webkit-box-shadow: 0 4px 8px 0 #a8d0ff;
      box-shadow: 0 4px 8px 0 #a8d0ff; */
    border: none;
    width: 100%;
    color: white;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-family: 'FiraSans-Bold'; */
    cursor: pointer;
    outline: none;
  }
  .description {
    font-size: 14px;
    color: rgba(52, 64, 84, 1);
  }