       .sec-offer-section .title p {
            text-align: left;
            margin-top: 50px
        }


*, :after, :before {
    box-sizing: content-box;
}
.content-wrap {
    max-width: 900px;
}






        .other-lang .secure-banner-section h1 {
            font-size: 40px;
            line-height: 1.2
        }

        .other-lang .secure-banner-section {
            padding: 5em 0
        }

        .i18n-ar .sec-offer-section ul li span {
            right: 0
        }

        .i18n-ar .sec-offer-section ul li {
            padding: 0 40px 0 0
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--zf-secondary-bold)
        }

        .region-content .content-wrap h1 {
            padding: 0;
            margin: 0
        }

        body h2 {
            font-size: 36px
        }

        .secure-banner-section {
            background: #f7f7f7;
            padding: 4em 0;
            text-align: center
        }

        .secure-banner-section .content-wrap {
            max-width: 750px
        }

        .secure-banner-section h1 {
            font-size: 45px;
            line-height: 1.4
        }

        .sec-offer-section {
            padding: 3em 0
        }

        .offer-main {
            margin-bottom: 70px
        }

        .sec-offer-section h2 {
            margin-bottom: 10px
        }

        .sec-offer-section .title {
            margin-bottom: 45px;
            text-align: center
        }

        .sec-offer-section ul li {
            position: relative;
            padding: 0 0 0 32px;
            font-size: 17px;
            margin: 20px 0
        }

        .sec-offer-section ul li span {
            border: 1px solid #24cc8b;
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 4px
        }

        .sec-offer-section ul li span::before {
            background: #24cc8b;
            width: 2px;
            height: 5px;
            content: "";
            position: absolute;
            left: 6px;
            top: 9px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg)
        }

        .sec-offer-section ul li span::after {
            background: #24cc8b;
            width: 2px;
            height: 10px;
            content: "";
            position: absolute;
            left: 11px;
            top: 6px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg)
        }

        .add p {
            line-height: 2
        }

        @media screen and (max-width:1023px) {
            .other-lang .secure-banner-section h1 {
                font-size: 38px
            }

            body h2 {
                font-size: 30px
            }

            .secure-banner-section h1 {
                font-size: 40px
            }
        }

        @media screen and (max-width:767px) {
            .other-lang .secure-banner-section h1 {
                font-size: 33px
            }

            .secure-banner-section h1 {
                font-size: 32px
            }

            body h2 {
                font-size: 26px
            }

            .sec-offer-section ul li {
                font-size: 16px
            }
        }