/* BASIC css start */
.coupon-notice-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    background-color: #fafafa;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 70px;
    -webkit-border-radius: 10px;
}
.coupon-notice-image {
    margin-right: 50px;
}
.coupon-notice-image img {
    height: auto;
}
.coupon-notice-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.coupon-notice-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: -1.5px;
    word-spacing: -1px;
}
.highlighted-text {
    border-bottom: 10px solid #ffff00;
    display: inline-block;
    font-weight: 700;
line-height: 20px;
}
.coupon-notice-subtitle {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: 10px;
    color: #333;
}
.coupon-notice-subtitle img.MK-product-icon-4 {
    vertical-align: middle;
}
/* BASIC css end */

