.lineHeading {
    &::before {
        width: 330px;
        bottom: 86px;
    }

    &::after {
        left: 120px;
    }
}

.GrayCardBxTxt {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

    p {
        text-align: center;
    }
}

.naturalSec2 {

    .ceroCardRow {
        .ceroCardCol {
            margin-bottom: 30px;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            -ms-flex: 0 0 33.33%;
        }
    }

    .stakeholderWrap {
        .stakeRow {
            .stakeCol {
                width: 100%;
                flex: 0 0 33.33%;
                max-width: 33.33%;
                -ms-flex: 0 0 33.33%;
            }
        }
    }
}

.naturalSec2 {
    .natRedBx {
        .ceroCardRow {
            .ceroCardCol {
                flex: 0 0 50%;
                max-width: 50%;
                -ms-flex: 0 0 50%;
            }
        }
    }
}

.natRedBx {
    .row_3 {
        .natImg {
            .natRedBxImg {
                width: 100%;

                img {
                    width: 100%;
                }
            }
        }
    }
}

.natCarRnd {
    .ceroCardColInn {
        h5 {
            min-height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}

.natParaBx {
    min-height: 215px;
}

.signFz {
    font-size: 48px !important;
}


/* start responsive */

@media(max-width: 1680px) {
    .signFz {
        font-size: 38px !important;
    }
}

@media(max-width: 1440px) {
    .naturalSec2 {
        .ceroCardRow {
            .ceroCardCol {
                flex: 0 0 50%;
                max-width: 50%;
                -ms-flex: 0 0 50%;
            }
        }
    }

    .signFz {
        font-size: 32px !important;
    }

}

@media(max-width: 1280px) {
    .natural-capital {
        .row_1 {
            &.mb_100 {
                margin-bottom: 0px !important;
            }
        }
    }

    .natSec2 {
        .grayCardBx {
            .eachGrayCardBx {
                flex: 0 0 50%;
                max-width: 50%;
                -ms-flex: 0 0 50%;
                margin-bottom: 20px;
            }
        }
    }

    .natCarRnd {
        .ceroCardColInn {
            h5 {
                font-size: 20px;
                padding: 16px;
            }
        }
    }

    .signFz {
        font-size: 28px !important;
    }
}

@media(max-width: 991px) {
    /* .natural-capital {
        & .row_1 {
            &.mb_100 {
                margin-bottom: 0px !important;
            }
        }
    } */

    h4.fz_22 {
        font-size: 20px !important;
    }

    .natSec2 {
        padding-top: 50px;

        .grayCardBx {
            margin-bottom: 20px !important;
        }
    }

    /* .naturalSec2 {
        .row_2 {
            .natPara p {
                margin-bottom: 30px !important;
            }
        }
    } */

    .naturalSec3 {
        .row_2 {
            .col_2 {
                .natImg {
                    margin-top: 20px;

                    img {
                        width: 100%;
                    }
                }
            }
        }
    }

    .natRedBx {
        .natWrapColInn {
            margin-bottom: 20px;
        }
    }

    .naturalSec3 {
        .row_1.mb_50 {
            margin-bottom: 30px !important;
        }

        .row_2.mb_50 {
            margin-bottom: 30px !important;
        }

        .mt_60.natCarRnd {
            margin-top: 30px !important;
        }
    }
}

@media(max-width: 768px) {
    .naturalSec2 {
        .stakeholderWrap {
            .stakeRow {
                .stakeCol {
                    width: 100%;
                    flex: 0 0 50%;
                    max-width: 50%;
                    -ms-flex: 0 0 50%;
                }
            }
        }
    }
}

@media(max-width: 640px) {
    .naturalSec2 {
        .ceroCardRow {
            .ceroCardCol {
                flex: 0 0 100%;
                max-width: 100%;
                -ms-flex: 0 0 100%;
                padding: 0;
            }
        }

        .natRedBx {
            .ceroCardRow {
                .ceroCardCol {
                    flex: 0 0 100%;
                    max-width: 100%;
                    -ms-flex: 0 0 100%;
                    padding: 0;
                }
            }
        }
    }

    .natCarRnd {
        .ceroCardColInn {
            h5 {
                min-height: auto;
                font-size: 18px;
                margin-bottom: 6px;
            }
        }
    }


    .ceroCardColInn {
        h5 {
            font-size: 18px;
            margin-bottom: 6px;
            padding: 16px;
        }
    }

    .natRedBx.p_20 {
        padding: 15px;
    }

    .natParaBx {
        min-height: auto;
    }

}

@media(max-width: 480px) {
    .natSec2 {
        .grayCardBx {
            .eachGrayCardBx {
                flex: 0 0 100%;
                max-width: 100%;
                -ms-flex: 0 0 100%;
            }
        }

    }

    .naturalSec2 {
        .stakeholderWrap {
            .stakeRow {
                .stakeCol {
                    width: 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    -ms-flex: 0 0 100%;
                }
            }
        }
    }
}