.orderfailed-wrapper {
    padding: 20px;
    text-align: center;
    .head {
        img {
            width: 60px;
        }
        h1 {
            font-size: 18px;
            text-transform: uppercase;
            color: #29285B;
            font-weight: bolder;
            margin-top: 15px;
        }
    }
    .content {
        margin-top: 30px;
        h1 {
            color: #B0AEC7;
            font-weight: bolder;
            margin: 0;
            font-size: 16px;
        }
        h2 {
            color: #B0AEC7;
            margin-top: 5px;
            font-size: 16px;
        }
    }
    button {
        background-color: #29285b;
        border-radius: 8px;
        height: 50px;
        width: 48%;
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    h3 {
        color: #29285b;
        background: none;
        font-size: 20px;
        font-weight: bolder;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}