h1.heading-section__head {
    color: #2C4041;
    padding: 40px 0;
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.4px;
    text-box: trim-both cap alphabetic;
}

.inner-sec {
    padding: 0 15px;
}

.wax-bg {
    background: #FFDFD6;
}

.what-gc-gejc-sec-1,
.what-gc-gejc-sec-4,
.what-gc-gejc-sec-2,
.what-gc-gejc-sec-3 {
    padding: 64px 0;
}

.what-gc-gejc-sec-1 > div > p {
    margin-bottom: 24px;
}

.sub-head-1 {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
}

.risk-head {
    padding: 17px 32px;
    text-align: center;
    background: #354D4E;
    margin: 0;
}
.rf1 {
    display: flex;
    gap: 80px;
    align-items: center;
}

.rf1 h2.sub-head-1{
    color: #6D0020;
}
p.risk-col {
    padding: 48px 24px;
    text-align: center;
    background: #FFF2EE;
}

p.risk-col.risk-col-1 {
    margin-bottom: 2px;
}

.extra-b {
    font-weight: 800;
}

.risk-factor-sec {
    background: #fff;
    padding: 40px;
}

.rist-factor-1 {
    margin-bottom: 32px;
}

.sub-head-2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 125% */
    letter-spacing: 0.24px;
    margin: 0;
}

.risk-factor-head {
    margin-bottom: 24px;
}

.rist-factor-2 ul {
    padding-left: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.dark-grey-bg {
    background:  #354D4E;
}

.talk-dr-sec > img,
.treat-gc-gejc-sec > img {
    width: 64px;
    height: 64px;
}

.treat-gc-gejc-head {
    margin-bottom: 32px;
    color: #354D4E;
}

.treat-gc-gejc-head + p {
    margin-bottom: 32px;
}

.sub-head-3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 32px; /* 123.077% */
    letter-spacing: 0.52px;
    color: #354D4E;
    margin: 0 0 24px;
    text-align: center;
}

.what-gc-gejc-sec-4 .sub-head-3 + p {
    margin-bottom: 24px;
}

.what-stomach-gc-gejc .end-of-page .download-text a.orange-btn {
    height: 50px;
}

.what-stomach-gc-gejc ul li::marker {
  font-size: 13px;
}

.risk-factor-head,
.rist-factor-2 ul,
.what-gc-gejc-sec-1 > div > p,
h3.treat-gc-gejc-head,
.what-gc-gejc-sec-3 p {
    text-box: trim-both cap alphabetic;
}

.risk-factor-sec {
    flex-direction: column;
    padding: 0;
}

.risk-factor-sec > div {
    padding: 40px;
    width: 100%;
    margin-bottom: 0;
}

.rist-factor-2 {
    background: #FFF2EE;
    border-top: 16px solid #FFDFD6;
}

.rist-factor-1 > img {
    width: 395px;
    height: 216px;
    margin: auto;
}

.rist-factor-2 .risk-factor-head {
    color: #354D4E;
}

@media screen and (max-width: 991px) {
    h1.heading-section__head {
        font-size: 30px;
        letter-spacing: 0.3px;
        line-height: 34px;
    }

    .talk-dr-sec > img {
        margin-bottom: 24px;
    }

    .treat-gc-gejc-sec > img {
        margin: 0 auto 32px;
    }

    .what-gc-gejc-sec-2,
    .what-gc-gejc-sec-3,
	.what-stomach-gc-gejc .end-of-page .cta-button-text{
        padding: 32px 0;
    }

    .what-gc-gejc-sec-1 > div > p:first-child {
        width: 101.1%;
    }

    .treat-gc-gejc-sec div > p:last-child {
        width: 101%;
    }

    h3.treat-gc-gejc-head.sub-head-2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

    .rist-factor-1 > img {
        width: 305px;
        height: 200px;
        margin: auto;
    }

    .risk-factor-sec .rist-factor-1 {
        padding-inline: 25px;
    }

    .what-stomach-gc-gejc .end-of-page .download-text a.orange-btn {
        height: auto;
        min-height: 50px;
        padding-block: 8px;
    }

    .rf1 {
        flex-direction: column;
        gap: 40px;
    }

}

@media screen and (min-width: 992px) {
	.inner-sec {
        padding: 0;
        max-width: 938px;
        margin: 0 auto;
    }
    
    .heading-section {
        margin-top: 43px;
    }
    
    h1.heading-section__head {
        width: 95%;
        margin: auto;
        color: #354D4E;
    }
    
    .risk-row {
        display: flex;
    }
    
    p.risk-col {
        max-width: 468px;
    }
    
    p.risk-col.risk-col-1 {
        margin: 0 2px 0 0;
    }
    
    .risk-factor-sec {
        display: flex;
        justify-content: space-between;
    }
    
    /*.rist-factor-1 {
        width: 315px;
    }
    
    .rist-factor-2 {
        width: 511px;
    }*/
    
    .two-col-grid {
        display: flex;
        gap: 24px;
    }
    
    .two-col-grid.talk-dr-sec {
        align-items: center;
    }
    
    .treat-gc-gejc-sec > img {
        margin-top: 6px;
    }
    
    .what-stomach-gc-gejc .end-of-page h3 {
        /*max-width: 495px;*/
        max-width: 480px;
    }

    .treat-gc-gejc-head {
        width: 80%;
        font-size: 30px;
    	line-height: 38px;
    }
    
    .treat-gc-gejc-head + p {
        width: 101.5%;
    }

    .what-gc-gejc-sec-1 > div > p:first-child {
        width: 100.5%;
    }
    
    .rist-factor-2 ul {
        width: 102%;
        margin: 0;
    }

    .rist-factor-1 {
        margin-bottom: 0;
    }

    .what-stomach-gc-gejc .end-of-page .cta-button-text {
        padding-inline: 53px;
    }

    .two-col-grid.treat-gc-gejc-sec {
        gap: 32px;
    }

    .what-stomach-gc-gejc .end-of-page .download-text a.orange-btn {
        /*width: 336px;*/
        width: 363px;
    }

}