.title-main-dark::after {
    background-color: #fee613 !important;
}

.title-main-center::after {
    left: calc(50% - 50px);
}
.title-main::after {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0px;
}

.list-content {
  background: #e5e9f2;
  min-height: 88vh;
  padding: 0 8px;
}
.list-content h5 {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
    padding-top: 0rem;
    padding-bottom: 0.4rem;
    color: #1c2d41;
    opacity: 0.99;
}
.list-content ul li a{
  color: #1a0dab;
}

.section-btn{
  min-width: 180px !important
}

.section-btn.active {
    background-color: #ecfcff !important;
    border-color: #7cb0d9 !important;
    color: #1a0dab !important;
}

@media (max-width: 768px) {
  .list-content h5{
    font-size: 16px;
  }

  .list-content{
    padding: 0 !important;
  }
}
