.ps-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
    cursor:pointer;
}

.ps-btn-primary{
    background:#FF4500;
    color:#fff;
}

.ps-btn-primary:hover{
    opacity:.9;
}
.ps-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:12px;
    padding:20px;
}

.ps-card-title{
    font-size:13px;
    text-transform:uppercase;
    color:#777;
    margin-bottom:8px;
}

.ps-card-content{
    font-size:24px;
    font-weight:700;
}