

    .award_tabs .nav-link{
        font-size: 22px;
        font-weight: 700 ;
    }
    .awards_acco .nonAutoSvg {
        width: auto;
    }

    .awards_acco .automotiveSvg {
        width: auto;
    }

    .awards_acco .main_pills .nav-item.show .nav-link,
    .main_pills .nav-link.active::before {
        border: unset;
    }

    .awards_acco .auto_non_auto {
        font-size: 35px;
        font-weight: 700;
        top: -33px;
        margin-top: 0;
        /* left: 23px; */
        position: relative;
        /* font-family: 'Poppins', sans-serif; */
        font-weight: 800;
    }

    .awards_acco .auto_pills .nav-item.show .nav-link,
    .auto_pills .nav-link.active {
        color: black;
        /* background-color: #243e649e; */
    }

    .awards_acco .non_auto_pills .nav-item.show .nav-link,
    .non_auto_pills .nav-link.active {
        color: black;
        /* background-color: #243e649e; */
    }

    .csr_icon{
        color: #14469f;
    }

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        .awards_acco .non_auto_pills {
            overflow-x: auto;
            white-space: nowrap;
        }
    }

