    @media (min-width: 576px) {
        .service-card { height: 140px; overflow-y: hidden; }
        .person-card, .space-card, .item-card { height: 140px; text-align: center; overflow-y: hidden; }
    }
    .service-card-footer { padding: 1.25rem; }
    #about-us-nav-bar .nav-pills {
        .nav-link {
          color: #000000!important;
          background: none;
          border: 0;
          border-radius: 0px;
        }
        
        .nav-link.active {
          border-bottom: 2px solid #000000;
        }
    }
    
    body { position: relative; }
    
    
    #about-us-nav-bar-container { 
        background-color: #FFFFFF;
        width: 100%!important;
        display: none;
    }
    
    #about-us-nav-bar-container.header-sticky {
        display: block;
        top: 0px;
        position: fixed;
        left: 0;
        right: 0;
        max-width: 1600px!important;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        border-bottom: 1px solid #eeeeee;
        width: inherit;
        z-index: 1040;
        transition: .4s;
        box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }

