.subscription_order .btn {
    border-radius: 8px;
    background: #0096A3;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 20px;
}
.subscription_head {
    display: flex;
    justify-content: space-between;
}
.subscription_btn {
    display: flex;
    flex-direction: column;
}
.subscription_btn .btn + .btn {
    margin-top: 10px;
}
.subscription_order .subscription_head {
    justify-content: end;
}
.btn_order {
    padding-left: 0;
}
