.work {
  width: 808px;
  margin: 0 auto;
  padding: 0px 0 50px;
}
.work .work_title {
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.285em;
  color: #000;
  text-align: center;
  margin-bottom: 3rem !important;
}
.work .tab_list {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.work .tab_list .tab_item {
  font-family: Montserrat-Medium;
  color: #424242;
  line-height: 1.5em;
  padding: 1.2em 2em;
  border-bottom: 2px solid transparent;
  font-size: 1em;
  transition: all 0.3s;
}
.work .tab_list .tab_item_a {
  border-color: #5174fd;
  color: #5174fd;
}
.work .tab_content_a {
  display: block !important;
}
.work .tab_content_box {
  display: none;
}
.work .tab_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.work .tab_content .content_item {
  margin-bottom: 3rem;
  width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.work .tab_content .content_item .img {
  width: auto;
  height: 48px;
}
.work .tab_content .content_item h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35em;
  font-family: Montserrat;
  margin: 1.25em 0 0.75em;
}
