/* Send Request Page */
@media only screen and (min-width: 0rem) {
    #send-request {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #send-request .cs-container {
        display: flex;
        flex-direction: column;
    }
    #send-request .cs-content {
        margin: auto;
        text-align: center;
        align-items: center;
    }
    #send-request .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
}
/* Discount Page */
@media only screen and (min-width: 0rem) {
    #discount-offer {
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #discount-offer .cs-container {
        display: flex;
        flex-direction: column;
    }
    #discount-offer .cs-content {
        margin: auto;
        text-align: center;
        align-items: center;
    }
    #discount-offer .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
}