.loyality_sc {
    div.success-icon {
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto 25px;
        background: #baffd5;
        color: #1e7808;
        font-size: 36px;
        border-radius: 80px;
        line-height: 80px;
    }
    .lyt-points {
        margin: 15px 0;
        img {
            margin: 0 10px;
        }
    }
    h1 {
        font-weight: 600;
    }
    .order_code {
        display: table;
        background: #f9f9f9;
        padding: 10px 20px;
        border: 1px solid #ccc;
        margin: auto;
    }
    h4 {
        font-weight: 400;
        font-size: 19px;
        strong {
            color: #d20e0e;
        }
        span {
            font-weight: 600;
        }
    }
}

.back_to_b1 {
    background: #d20e0e;
    padding: 11px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 580px) {
    .lyt-points img {
        margin: 0 5px;
        max-width: 44px;
    }
}