.member-of-the-board-box .tab-head {
  margin-bottom: 30px;
}
.member-of-the-board-box .tab-head ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .member-of-the-board-box .tab-head ul {
    display: block;
  }
}
.member-of-the-board-box .tab-head ul li {
  flex: 1;
  text-align: center;
  background-color: #d1d3d4;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .member-of-the-board-box .tab-head ul li {
    margin-bottom: 10px;
  }
}
.member-of-the-board-box .tab-head ul li a {
  width: 100%;
  color: white;
  background-color: transparent;
}
.member-of-the-board-box .tab-head ul li.active {
  background-color: #8f1c22;
}
.member-of-the-board-box .tab-content .box-content .news-item {
  display: inline-block;
  border: 0;
  width: 49.8%;
  vertical-align: top;
  padding-right: 20px;
  margin-top: 20px;
}
.member-of-the-board-box .tab-content .box-content .news-item .fullname {
  font-weight: 600;
  font-size: 1.5em;
}
.member-of-the-board-box .tab-content .box-content .news-item .position {
  font-size: 1.3em;
}
.member-of-the-board-box .tab-content .box-content .news-item .description p {
  padding: 10px 0;
}
.member-of-the-board-box .tab-content .box-content .news-item .description p:nth-child(1) {
  display: block;
}
.member-of-the-board-box .tab-content .box-content .news-item .description-full {
  display: none;
}
.member-of-the-board-box .tab-content .box-content .news-item .description-full p {
  padding: 10px 0;
}
.member-of-the-board-box .tab-content .box-content .news-item .read-more-button {
  display: inline-block;
  color: #8f1c22;
  cursor: pointer;
  font-weight: 600;
}
.member-of-the-board-box .tab-content .box-content .news-item .read-more-button:hover {
  color: #333;
}
@media screen and (max-width: 768px) {
  .member-of-the-board-box .tab-content .box-content .news-item {
    display: block;
    width: 100%;
  }
}
