.order-confirm-main-block {
    padding: 200px 0 60px;
}

.thankyou-content {
    box-shadow: 0px 0px 10.2px 7px #0000000D;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.thankyou-content .img-fluid {
    max-width: 150px;
}

.thankyou-content h2 {
    margin: 10px 0;
    font-size: 55px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #556B2F;
    line-height: normal;
    letter-spacing: 0.3px;
}

.thankyou-content p {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
}

.thankyou-content .theme_button {
    font-family: 'TeXGyreAdventor';
    color: #fff;
    background: #556B2F;
    padding: 14px 24px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    align-items: center;
    line-height: normal;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    border: 0;
    transition: 0.3s all;
}

.thankyou-content .theme_button:hover {
    background: #000
}

.thankyou-content .theme_button.view-order {
    background: #000
}

.error-content {
    box-shadow: none;
}

.thankyou-content.error-content .img-fluid {
    max-width: 400px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .order-confirm-main-block {
        padding: 70px 0 30px;
    }

    .thankyou-content {
        border-radius: 14px;
        padding: 15px;
    }

    .thankyou-content.error-content .img-fluid {
        max-width: 200px;
    }

    .thankyou-content h2 {
        font-size: 45px;
    }

    .thankyou-content p {
        margin: 0 0 15px;
        font-size: 14px;
        font-weight: 500;
    }
}