.fa-access-block {
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
}

.fa-buy-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #5b6cff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.fa-buy-button:hover {
    background: #404fd8;
    color: #fff;
}