.thank-you-parent {
    padding: 0;
    margin-top: 187px;
}
.thank-you-heading h4{
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    text-transform: uppercase;
    color: #2C0902;
    margin-bottom: 8px;
}
.thank-you-heading p.text {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    color: #752914;
    margin-bottom: 12px;
}
.thank-you-heading a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2373EA;
}
.thank-you-heading .order-de {
    margin-bottom: 52px;
}
.thank-you-block-item {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 32px 24px 24px;
}
.thank-you-block-item h4 {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 32px;
    color: #2C0902;
}
.thank-you-block-item h5 {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 32px;
    color: #2C0902;
}
.thank-you-block-item adress {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333333;
}
.thank-you-block-item .order-date {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.billing-add-area {
    margin-top: 32px;
}
.thank-you-table-title{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #2C0902;
    padding-bottom: 18px;
}
.thank-you-page table tbody td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2C0902;
    border-bottom:1px solid  #F4CD88 !important;
    padding: 24px 12px;
}

.thank-you-page table thead th {
    border-bottom:1px solid  #F4CD88 !important;
    padding: 24px 12px;
    border-top: 1px solid #F4CD88;
}
.thank-you-wrapper {
    max-width: 928px;
    width: 100%;
    margin: auto;
}
@media(max-width: 768px) {
    .thank-you-page table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .thank-you-block-item {
        margin-bottom: 32px;
    }
    .billing-add-area {
        margin-top: 0;
    }
    .thank-you-heading h4{
        font-size: 26px;
        line-height: 26px;
    }
    .thank-you-heading p.text {
        font-size: 18px;
    }
    .thank-you-heading a {
        font-size: 14px;
    }
    .thank-you-heading .order-de {
        margin-bottom: 32px;
    }
    .thank-you-parent {
        margin-top: 160px;
    }
}