.mac-friendly-btn a
{
    font-family:'Roboto';
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #492582;
    text-decoration: none;
    margin-bottom: 0;

    border-radius:30px;
    border:2px solid #42257C;
    padding:4px 15px;
    font-weight:600;
    display:block;
    margin:0 auto 6px auto;
    width:-moz-fit-content;
    width:fit-content;
    margin-top: 20px;
}

.mac-friendly-btn a:hover
{
    color: #6237B8;
}

@media screen and (max-width: 1023px){
.mac-friendly-btn a
{
    font-size:14px;
    border-radius:30px;
    letter-spacing:0;
    border:2px solid #42257C;
    padding:4px 15px;
    font-weight:600;
    display:block;
    margin:0 auto 6px auto;
    width:-moz-fit-content;
    width:fit-content;
    font-family: 'Roboto';
    line-height: 150%;
    color: #492582;
    text-decoration: none;
    margin-top: 20px;
}}