
#checkout-help{
    border:solid var(--grey);border-width:1px 0 0 0;padding:20px 0 0 0;text-align:center;
    @media only screen and (max-width: 863px){display:none;}
    p{font-size:var(--font_size3);margin:0 0 20px 0;line-height:20px;}
    ul{
        list-style:none;margin:0;display:flex;flex-wrap:wrap;column-gap:40px;justify-content:space-between;
        li{
            height:115px;margin:0 0 20px 0;text-align:left;flex:0 0 30%;
            h4{background:var(--grey-2);color:var(--text2);font-size:var(--font_size3);line-height:30px;margin:0 0 10px 0;text-align:center;}
            img.popicon{margin:0;float:none}
            p{font-size:var(--font_size1);margin:0 10px 0 0;line-height:18px;}
            .icon{display:block;float:left;margin:0 10px;}
            &.last{margin:0 0 20px 0}
            &.norton .icon{
                width:103px;height:56px;cursor:pointer;
                img{width:100%!important;height:auto;margin:0;}
            }
            &.moneyback .icon{background:url('/siteimages/badges/money-back-70x70.png') 0 0 no-repeat;width:70px;height:70px;margin:0 10px;}
            &.ready .icon{
                width:60px;height:60px;margin:0 10px;
                i.fa{color:var(--link);font-size:47px;}
            }
            &.spamfree .icon{background:url('/design/images/badges/badge.large.spam.png') 0 -6px no-repeat;width:70px;height:58px}
            &.secure .icon{background:url('/design/images/badges/payment-options-badge-square.png') 0 0 no-repeat;width:87px;height:109px}
        }
    }
}
