.tab__nav {
  box-shadow: 0 13px 7px -6px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.tab__button {
  width: 100%;
  color: #282828;
  border-bottom: 4px solid transparent !important;
  border-radius: 0 !important;
}
.tab__button:hover {
  color: #171C8F !important;
}
.tab__button.active {
  background-color: #fff !important;
  color: #171C8F !important;
  border-bottom: 4px solid #171C8F !important;
}

/* Tab Container */
.tab-container .nav-link {
  font-size: 20px;
  line-height: 30px;
}
.tab-container .tab__button {
  height: 100%;
}
.tab-container .tab-content .content-wrapper {
  padding: 0;
}

@media (max-width: 992px) {
  .tab-container .tab__nav {
    margin-bottom: 20px;
  }
  .tab-container .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 8px;
  }
}
@media (max-width: 575px) {
  .tab-container .tab__nav {
    margin-bottom: 15px;
  }
  .tab-container .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=Tab_section.min.css.map */