.product-strategy-seo *,.product-strategy-seo *:after,.product-strategy-seo *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-wrap {
    padding: 0
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 30px
}

.img-wrap img {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 0 auto
}

.full-img-wrap img {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #e9eaed
}

.m-auto {
    margin: 0 auto
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap p {
    font-size: 17px;
    line-height: 1.9
}

.flex-wrap .left-flex {
    width: 100%;
    max-width: 50%
}

.flex-wrap .right-flex {
    width: 100%;
    max-width: 50%
}

.flex-wrap:not(:last-child) {
    margin-bottom: 80px
}

.product-strategy {
    background-color: #0e4b24;
    color: #fff;
    padding: 100px 0
}

.product-strategy .product-strategy-inner {
    text-align: center
}

.product-strategy .product-strategy-inner h1 {
    margin-bottom: 30px
}

.product-strategy .product-strategy-inner .flex-wrap {
    max-width: 1020px;
    margin: 0 auto
}

.product-strategy .product-strategy-inner .flex-wrap .left-flex,.product-strategy .product-strategy-inner .flex-wrap .right-flex {
    margin: 0 20px
}

.why-strategy {
    padding: 130px 0
}

.why-strategy .content-wrap {
    max-width: 1000px
}

.why-strategy .heading-sec:nth-child(1) {
    max-width: 470px
}

.why-strategy .heading-sec:nth-child(3) {
    max-width: 530px
}

.why-strategy .content-sec {
    max-width: 450px
}

.why-strategy .qus-list li {
    position: relative;
    padding-left: 30px
}

.why-strategy .qus-list li h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.why-strategy .qus-list li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    left: 0;
    top: 10px;
    border-radius: 10px
}

.why-strategy .qus-list li:last-child h3 {
    margin-bottom: 0
}

.example-strategy {
    position: relative;
    overflow: hidden
}

.example-strategy::before {
    position: absolute;
    content: '';
    width: 1200px;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.example-strategy .content-wrap {
    max-width: 1000px
}

.example-strategy-inner {
    padding: 100px 0
}

.example-strategy-inner .heading {
    text-align: center;
    margin-bottom: 50px
}

.example-strategy-inner .heading h2 {
    max-width: 500px;
    margin: 0 auto 20px
}

.example-strategy-inner .heading p {
    max-width: 280px;
    margin: 0 auto
}

.example-strategy-inner .flex-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.example-strategy-inner .flex-wrap h3 {
    margin-bottom: 10px
}

.example-strategy-inner .flex-wrap p {
    line-height: 1.6
}

.example-strategy-inner .flex-wrap .left-flex {
    max-width: 320px;
    background-color: #fae4c2;
    margin: 0 10px;
    text-align: center;
    padding: 100px 64px 40px;
    border-radius: 10px
}

.example-strategy-inner .flex-wrap .right-flex {
    max-width: 320px;
    background-color: #c6fae3;
    margin: 0 10px;
    text-align: center;
    padding: 40px 40px;
    border-radius: 10px
}

.problem-statement {
    padding: 130px 0
}

.problem-statement .content-wrap {
    max-width: 1000px
}

.problem-statement .content-sec {
    max-width: 430px
}

.footer-section {
    background: #0b2740;
    color: #fff;
    padding: 100px 0;
    text-align: center
}

.footer-section-inner {
    max-width: 550px;
    margin: 0 auto
}

.cta-btn.act-btn {
    padding: 12px 35px;
    border-radius: 4px
}

@media(max-width: 1200px) {
    h1 {
        font-size:52px
    }

    h2 {
        font-size: 38px
    }
}

@media(max-width: 991px) {
    .flex-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-wrap .right-flex,.flex-wrap .left-flex {
        width: 100%;
        max-width: 70%;
        margin: 0 auto
    }

    .product-strategy .product-strategy-inner .flex-wrap .left-flex,.product-strategy .product-strategy-inner .flex-wrap .right-flex {
        margin-left: auto;
        margin-right: auto
    }

    .why-strategy .heading-sec:nth-child(1),.why-strategy .heading-sec:nth-child(3) {
        text-align: center;
        margin: 0 auto
    }

    .why-strategy .content-sec {
        max-width: 100%;
        text-align: center
    }

    .why-strategy .qus-list li {
        position: relative;
        padding-left: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .example-strategy .flex-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .example-strategy-inner .flex-wrap .left-flex {
        margin: 0 0 20px
    }

    .problem-statement {
        text-align: center
    }

    .problem-statement .content-sec {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    h1 {
        font-size:46px
    }

    h2 {
        font-size: 32px
    }

    .product-strategy {
        padding: 70px 0
    }

    .why-strategy {
        padding: 100px 0
    }

    .example-strategy-inner {
        padding: 100px 0
    }

    .problem-statement {
        padding: 100px 0
    }

    .flex-wrap:not(:last-child) {
        margin-bottom: 40px
    }

    .h2-m h2 {
        margin-top: 30px
    }

    .footer-section {
        padding: 80px 0
    }
}

@media(max-width: 600px) {
    .flex-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-wrap .right-flex,.flex-wrap .left-flex {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .flex-wrap p {
        font-size: 17px;
        line-height: 1.6
    }

    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .product-strategy {
        padding: 50px 0
    }

    .why-strategy {
        padding: 70px 0
    }

    .example-strategy-inner {
        padding: 70px 0
    }

    .problem-statement {
        padding: 70px 0
    }

    .why-strategy .qus-list li h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .why-strategy .qus-list li::before {
        width: 8px;
        height: 8px;
        left: 10px;
        top: 8px
    }

    .example-strategy-inner .heading {
        text-align: center;
        margin-bottom: 30px
    }

    .product-strategy .product-strategy-inner h1 {
        margin-bottom: 20px
    }
}