.coupon-box {
    background-color: var(--main-color);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    vertical-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.truck-icon svg {
    height: 20px;
    width: 28px;
}

.truck-icon svg path {
    fill: white;
}

.truck-icon,
.coupon-desc,
.coupon-code,
.coupon-box-left {
    display: inline-block;
    margin: 0 10px;
}

.coupon-desc {
    font-weight: bold;
}

.coupon-box-left,
.coupon-code {
    min-width: 30%;
}