.artiq-course__more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(255,107,90,.35);
    color:#3c3c3c;
    font-family:'bahnschrift', Arial, sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    transition:.2s ease;
    margin-top:1rem;
  }

  .artiq-course__more:hover{
    background:var(--accent-soft);
    transform:translateY(-1px);
  }