@media (max-width:500px){
    .fs-72{font-size: 36px;}
    .topbar {
        & .row.bg {
            background: var(--accent);
        }
    }
    #inner_banner{
        & .wrap{
            & img{
                height: 275px;
                object-fit: cover;
            }
        }
    }
    #careers_2 {
        & .float_img {
            width: 100%;
        }
        & img.w-75{
            width: 50% !important;
        }
    }
    #list_3{
        & img.w-75{
            width: 100% !important;
        }
    }
    .fl-page {
        bottom: -65px;
        right: -4px;
    }
    .fs-46 {
        font-size: 46px;
    }
}
@media (max-width : 1300px){
    a.nav-link {
        font-size: 14px;
    }
}