.students-section .tab-border {
    border-bottom: 4px solid #cbcaca;
  }
  
  .students-section .tab-section .nav.parent-nav.nav-pills .nav-link {
    color: #999999;
    font-size: 18px;
  }
  
  .students-section .nav.parent-nav.nav-pills .nav-link.active {
    background: #fff;
    color: #b0117e;
  }
  .students-section .nav.parent-nav.nav-pills .nav-link.active:after {
    width: 76%;
    display: block;
    content: "";
    height: 4px;
    background: #b0117e;
    line-height: 2px;
    margin: 0 0 -2px 0;
    top: 10px;
    position: relative;
    color: #b0117e;
  }
  
  .students-section .tab-section .tab-content .tab-section-vertical {
    width: 240px;
    background: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0px 0px 8px;
    align-self: stretch;
    border-right: none;
  }
  
  .students-section .tab-section .tab-content .tab-content-vertical {
    width: calc(100% - 252px);
    align-self: stretch;
  }
  .students-section .tab-section .child-nav.nav-pills .nav-link {
    text-align: left;
    color: #999999;
    position: relative;
    font-size: 18px;
    font-weight: 350;
    padding: 0.75rem 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .students-section .tab-section .child-nav.nav-pills .nav-link:nth-child(1) {
    border-bottom: 1px solid #d9d9d9;
  }
  
  .students-section .tab-section .child-nav.nav-pills .nav-link:after {
    content: ">";
    position: absolute;
    right: 11px;
    top: 50%;
    font-size: 1.75rem;
    color: #999999;
    transform: translate(-50%, -50%);
  }
  
  .students-section .child-nav.nav-pills .nav-link.active,
  .students-section .child-nav.nav-pills .nav-link.focus {
    background-color: #fff;
    color: #b0117e;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .students-section .tab-section .child-nav.nav-pills .nav-link.active:after {
    color: #b0117e;
  }
  
  .students-section
    .tab-section
    .tab-content
    .tab-content-vertical
    .accredited-card {
    background: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 8px 8px 0px;
    padding: 2rem 3.5rem 2rem 2rem;
  }
  
  .students-section
    .tab-section
    .tab-content
    .tab-content-vertical
    .accredited-card
    h6 {
    font-weight: 600;
  }
  
  .students-section .tab-content .policy-tab-section {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  
  @media (max-width: 1024px) {
    .students-section .tab-section .tab-content .tab-section-vertical {
      width: 100%;
    }
  
    .students-section .tab-section .tab-content .tab-content-vertical {
      width: 100%;
    }
  }
  