.materiality-assessment-page {
    .lineHeading {
        &::before {
            width: 400px;
            left: 140px;
            bottom: 95px;
        }

        &::after {
            width: 120px;
            height: 5px;
            left: 160px;
            top: 53px;
        }
    }
}

.sdgImgWrap {
    ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        li {
            width: 7%;
        }
    }
}

.whiteBorderBtm {
    border-bottom: 5px solid #fff;
}

.tableSdgList {
    gap: 10px;
}

.bg_fce6df {
    background-color: #fce6df;
}

.bg_e6e7e8 {
    background-color: #e6e7e8;
}

@media(max-width: 1280px) {
    .materiality-assessment-page {
        .row_1.mb_100 {
            margin-bottom: 50px !important;
        }
    }
}

@media(max-width:1024px) {
    .mob_1024 {
        display: block;
    }

    .desk_1024 {
        display: none;
    }

    .tableWrap {
        table {
            td {
                display: block;
                width: 100%;

                h4 {
                    background-color: #e31837;
                    font-size: 16px !important;
                    padding: 10px;
                    margin-bottom: 15px;
                    color: #fff;
                }

                &:nth-child(even) {
                    h4 {
                        background-color: #4d4d4f;
                    }
                }
            }
        }
    }
}

@media(max-width:991px) {
    

    .stakeholder_sec_1 {
        .row_2 {
            .col_2 {
                margin-top: 20px;
            }
        }
    }

    .materiality-assessment-page {
        .row_1.mb_100 {
            margin-bottom: 30px !important;
        }
    }
}