._success {
    /* box-shadow: 0 15px 25px #00000019; */
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    /* border-bottom: solid 4px #28a745; */
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

.payment-page {
    font-size: 41px !important;
    color: green !important;
}

.go-back:hover {
    background-color: black;


}