.gutenberg-download-syllabus{
  text-align: center;
}
.gutenberg-download-syllabus span{
    padding: 11px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, .2);
    text-align: center;
    max-width: 100%;
    font-weight: 600;
    cursor: pointer;
    background: #31216B;
    color: #ffffff!important;
    font-size: 14px!important;
        display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    height: 50px;
    box-sizing: border-box;
}
