.nav.custom-tabs {
    gap: 16px;
  }
  
  .nav.custom-tabs .nav-link {
    position: relative;
    width: 100%;
    padding: 18px 32px 18px 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: var(--tertiary);
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  
  /* arrow */
  .nav.custom-tabs .nav-link .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--secondary);
  }
  .contact__form .form-grp label {
    display: flex;
    column-gap: 4px;
}
  
  /* ACTIVE */
  .nav.custom-tabs .nav-link.active {
    background: var(--secondary) !important;
    color: var(--white) !important;
    border-color: var(--secondary) !important;
  }
  
  .nav.custom-tabs .nav-link.active .arrow {
    color: var(--white) !important;
    border-left-color: rgba(255,255,255,0.35) !important;
  }
  

  .tab-content.work>.active
{
  border: 1px solid #eee;
  border-top: 5px solid var(--tg-theme-primary);
    padding: 60px;

    margin-top: 30px;
}

.benefit {
  
}
.work-position{
    font-size: 18px;

}
.list-style{
    padding-left: 30px !important;
}

@media (max-width: 767px) {
    .tab-content.work>.active
    {
      border: 1px solid #eee;
        padding: 30px;
    
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
   
    .nav.custom-tabs .nav-link{
        padding: 18px 30px 18px 32px;
    }
    .tab-content.work>.active
    {
      border: 0px solid #eee;
        padding: 0px;
    
        margin-top: 30px;
    }
}