/* .coupon-section {
    background-color: rgba(188, 239, 236, 0.4);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
} */

.coupon-section h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px; 
    line-height: 1.5;
} 

.coupon-description {
    /* font-size: 14px;
    line-height: 1.5; */
    background-color: rgba(188, 239, 236, 0.4);
    padding: 20px;
    margin-bottom: 20px;
    /* margin-top: 10px; */
    /* border: 1px solid #e5e5e5; */
    border-radius: 20px;
}

.coupon-description ul, .coupon-description ol {
    margin: 0px 0px 0px 10px;
}