.order-confirmation {
    .header-text {
        color: #231F20;
        font-family: "Adieu";
        font-size: 32px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        text-transform: uppercase;
    }

    p.slds-p-vertical_small {
        color: #5A5A5A;
        text-align: center;
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        /* 19.84px */
        letter-spacing: 0.16px;
    }

    .slds-button_brand {
        background-color: #607245 !important;
        padding: 16px 24px !important;
        color: #FFF !important;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        /* 24px */
        letter-spacing: 1.92px;
        text-transform: uppercase;
        margin-top: 30px;
        min-width: 300px;
        border-radius: 0 !important;
    }

    .order-confirmation-icon {
        display: none !important;
    }

    .order-confirmation-number {
        color: #231F20;
        text-align: center;
        font-family: Archivo;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 124%;
        /* 19.84px */
        letter-spacing: 0.16px;
    }

    .slds-box {
        border: none !important;
    }

    @media screen and (max-width: 768px) {
        .slds-p-bottom_medium {
            margin: 0 !important;
        }

        .slds-button_brand {
            width: 100% !important;
        }

        .header-text {
            font-size: 24px !important;
        }

        p.slds-p-vertical_small {
            font-size: 14px !important;
        }

    }
}