.kb-tabs-bar{
  background:#ffffff;
  border-bottom:1px solid #E6E6E6;
}

.kb-tabs{
  display:flex;
  gap:40px;
  height:64px;
  align-items:flex-end;
}

.kb-tab{
  font-size:16px;
  font-weight:600;
  color:#8A8A8A;
  padding-bottom:14px;
  border-bottom:3px solid transparent;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 20%;
}

.kb-tab:hover{
  color:#1A1A1A;
}

.kb-tab.active{
  color:#1A1A1A;
  border-bottom:5px solid #FF9C95;
}

.kb-tab:hover{
  color:#1A1A1A;
  border-bottom:5px solid #FF9C95;
}

.common-cards:hover{
  border-color: #000000;
  background-color: transparent;
  box-shadow: 5px 5px 0px #1A1A1A;
}

.container-header{
  max-width: 1200px !important;
}

.container{
  max-width: 1024px !important;
}
