
.coupon-section {
    padding-bottom: 100px;
}

.coupon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-details {
    max-width: 800px;
    background-color: #c40000;
    padding-inline: 30px;
    padding-block: 50px;
}

.coupon-img {
    text-align: center;
}

.coupon-img img {
    max-width: 200px;
    filter: brightness(0) invert(1);
}

.coupon-title {
    color: #ffffff;
    text-align: center !important;
}

.coupon-title:before {
    background-color: #ffffff !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

.coupon-button a {
    background-color: #ffffff !important;
    color: #c40000 !important;
}

.main-cta-section .section-desc ul li:before {
    color: #f2a413 !important;
}

.services-section .service-item .service-icon {
    border: 2px dotted #c40000 !important;
}

.review-section .review-slide-control .slick-arrow:hover {
        background-color: #c40000 !important;
}

.author-section li:last-child {
    display: none;
}

.page-accordion .accordion-content br {
    display: none;
}