.order-end-section{
    text-align:center;
}
.main-content-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-end-section .status-image{
    margin-bottom:31px;
}
.order-end-section h1{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #1E1666;
    margin-bottom:20px;
}
.order-end-section p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.order-end-section .close-button{
    margin-top:36px;
}
.order-end-section .close-button .btn{
    max-width:172px;
    text-align: center;
    margin: 0 auto;
}

@media(max-width:1024px){
    .order-end-section h1{
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #0D47A1;
    }
    .order-end-section p{
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }
}