.agro-on-order {
    margin: 18px 0;
}

.agro-on-order__options {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.agro-on-order__option {
    flex: 1 1 220px;
    min-width: 200px;
    padding: 16px 18px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
}

.agro-on-order__label {
    font-size: 15px;
    color: #232323;
    margin-bottom: 8px;
}

.agro-on-order__price {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    line-height: 1.2;
}

.agro-on-order__price-tax {
    margin-top: 4px;
    font-size: 13px;
    color: #7a7a7a;
}
