.blkBorBtm {
    border-bottom: 1px solid #000;
}

.section_2 {
    position: relative;
    padding-bottom: 300px;

    &::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background-image: url(../images/awards/awardsBgMain.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        z-index: 1;
    }

    &::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 800px;
        top: 0;
        left: 0;
        background-image: url(../images/awards/award-sparkle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .container-max {
        position: relative;
        z-index: 2;
    }

    .sectionInn {
        position: relative;

        &::after {
            content: '';
            position: absolute;
            background-image: url(../images/awards/awardBg.png);
            width: 100%;
            height: 560px;
            left: -200px;
            top: -170px;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .arHead,
        .row_1 {
            position: relative;
            z-index: 3;
        }
    }
}

.awardCard {
    .awardCardTop {
        width: 100%;
        height: 300px;
        padding: 30px;
        position: relative;
        margin-bottom: 10px;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/awards/frame.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

        .awardImg {
            width: 100%;
            height: 100%;

            a {
                position: relative;
                z-index: 1;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 15px;
            }
        }
    }

    .awardCardTxt {
        text-align: center;

        p {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
    }
}


/* Responsive */

@media(max-width: 1199px) {
    .section_2 {
        padding-bottom: 80px;

        &::before {
            background-color: #e9efd57a;
            background-image: unset;
        }
        .sectionInn {
            &::after {
                height: 394px;
                top: -80px;
            }
        }
    }
}

@media(max-width: 1024px) {
    .section_2 {
        
    }
}

@media only screen and (max-width: 991px) {
    .awardCard {
        .awardCardTop {
            height: auto;
        }
    }
}



@media only screen and (max-width: 800px) {
    .row_1 {

        .col_1,
        .col_2 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .col_1 {
            margin-bottom: 30px;

            .col_1 {
                margin-bottom: 0;
            }
        }
    }
}

@media(max-width: 480px) {
    .section_2 {
        .sectionInn {
            &::after {
                top: -68px;
            }
        }
    }
}