.header .header-content {
    background: #7e7e7e4f !important;
  }


  .nav-header .brand-logo {
    background: #000 !important;
  }


  .pb-4 {
    padding-bottom: 0.9rem !important;
  }

  .dlabnav ul li.menu_li > a {
    font-weight: 550 !important;
  }


  .card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    border-radius: 0.5rem;
    box-shadow: 0px 12px 23px 0px rgba(92, 55, 153, 0.04);
    /* height: calc(100% - 30px); */
    
    height: var(--bs-card-height);
}