.promo-tx-button__buttons {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.promo-tx-button__buttons>div {
    width: 157px;
}

.promo-tx-button.item-c2c>button {
    background-color: #fff;
    color: #333;
    border: solid 2px #E60000;
    border-radius: 6px;
    display: block;
    font-size: 18px;
    height: 100%;
}

.promo-tx-button.item-c2c.button-green>button {
    background-color: #008A00;
    color: #fff;
    border: none;
}


/* .promo-tx-button__price {
    flex: 2;
} */

.f6-colorbox__features-time-line-price {
    margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
    .promo-tx-button__buttons {
        flex-direction: row;
    }
}