
        .promo {
            background-color: #fff;
            padding: 30px;
            border: 2px solid #ccc;
            border-radius: 10px;
            /*display: inline-block;*/
            box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        }
        .promo-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
        h1.lock {
            color: #d9534f;
            margin-top: 0;
        }
        .savings {
            font-size: 1.5em;
            color: #5cb85c;
            margin: 10px 0;
        }
        ul.lock {
            list-style-type: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }
        li.lock {
            margin: 5px 0;
        }
        img.lock {
            width: 100px;
            height: auto;
        }