.flower .order-steps ul {
    list-style-type: disc;
    line-height: 1.6em;
}
.flower .price-table table td {
    width: 50%;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 8px;
}
.flower .price-table table td:first-child {
    border-right: 1px solid #EDEDED;
}
.flower .price-table table td:not(:last-child) {
    width: 25%;
    color: #FFFFFF;
    background-color: #92C41D;
}
@media only screen and (max-width: 991px) {
    .flower .price-table table td:not(:last-child) {
        width: 40%;
    }
    .flower .price-table table td[rowspan] {
        width: 10%;
    }
    .flower .col-services {
        width: calc(50% - 4px);
    }
    .flower .col-services .card > img {
        aspect-ratio: 56 / 23;
        object-fit: cover;
    }
}