.lineHeading {
    &::before {
        width: 386px;
        bottom: 98px;
    }

    &::after {
        top: 58px;
        left: 22%;
    }
}

.lightOrg_bg {
    background-color: #fce5de;
}

.lightGry_bg {
    background-color: #e6e7e8;
}

.whiteRgtBr {
    border-right: 1px solid #fff;
}

.whiteBtmBr {
    border-bottom: 1px solid #fff;
}

.whiteBldBtmBr {
    border-bottom: 4px solid #fff;
}

.whiteTpBr {
    border-top: 1px solid #fff;
}

.awardInn {
    position: relative;

    .awardTxt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;

        p {
            width: 300px;
            padding: 0 60px 0 5px;
            text-align: center;
        }
    }
}

.awardTable {
    .tableWrap {
        table {
            border: none;

            th,
            td {
                text-align: center;
            }
        }
    }
}

@media(max-width: 1366px) {
    .tableWrap {
        overflow: auto;
    }
}

@media(max-width: 1280px) {
    .awardsMain {
        .row_1.mb_100 {
            margin-bottom: 0px !important;
        }
    }
}

@media(max-width: 991px) {
    .award_img {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .awardInn {
        .awardImg {
            text-align: center;
        }
    }

}