@charset 'UTF-8';

.kn-tab-container .tablist .tab {
/*  display: flex; */
  flex-direction: column;
/*  align-items: center; */
  justify-content: start!important;;
}

.tab-header {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}

.kn-tab-container .tablist .tab .tab-icon {
  width: 96px;
  height: 61px;
  margin-right: 20px;
}

.kn-tab-container .tablist .tab .tab-label {
  display: block;
}

.kn-tab-container .tablist .tab .tab-description {
  font-size: 1em;
  color: #fff;
  margin-top: 12px;
  font-weight: normal;
}

.kn-tab-container>.tablist>li>.tab:hover>.tab-description,.kn-tab-container>.tablist>li>.tab.-current>.tab-description {
  color: #333;
}

@media screen and (max-width:767px) {

.tab-header {
  flex-direction: column;
}

.tab-label{
  margin-top:12px;
}

}