CTA

👋 We’re the Students’ Union for all those who study at the UWTSD.

<div class="uui-cta-notice">

   <div class="uui-cta-notice__content">
      <h3><strong>👋 </strong><span style="color:#ffffff;">We’re the Students’ Union for all those who study at the UWTSD.</span></h3>
   </div>

   <div class="uui-cta-notice__content">
      <p style="text-align: right;"><a class="uui-button--white" href="https://www.uwtsdunion.co.uk/about" style="margin: 0px;">What Do We Do?</a></p>
   </div>

</div>
.uui-cta-notice {
    display: grid;
    grid: auto / 3fr 1fr;
    grid-column-gap: 30px;
    padding: 10px 30px 6px 30px;
    background: rgb(59,3,152);
    background: linear-gradient(14deg, rgba(59,3,152,1) 22%, rgba(143,0,255,1) 100%);
    border-radius: 6px;
    border: 1px solid #eaeaea;
    width: calc(100% - 60px);
    color: #fff; }

.uui-cta-notice__content {
    width: calc(100%);
    align-self: center;
    justify-self: center;
    padding: 0px;
}

a.uui-button--white {
    font-size: 15px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,0);
    border-radius: 4px;
    color: #4e189a;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    float: none;
    width: auto;
    font-weight: 900;
}

@media only screen and (min-width:0) and (max-width:767px) {

.uui-cta-notice {
    display: grid;
    grid: auto / 1fr;
    grid-row-gap: 20px;
    padding: 30px;
    text-align: center;
    }

a.uui--notice {
    display: block;
    padding: 5px 10px;
}

}