.view-order-back {
    width: fit-content;
    margin-bottom: 30px;
}
.view-order-back a {
    color: #000000;
    font-family: Stack Sans Headline;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}