.box-row[data-v-49f2b470] {
  padding: 17px 0;
}
.board-block[data-v-49f2b470] {
  text-align: center;
  margin: 0 0 10px;
  padding: 34px 36px;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 1px rgba(153, 153, 153, 0.24);
  border-radius: 5px;
}
.board-block[data-v-49f2b470]:hover {
  box-shadow: 0px 0px 15px 1px rgba(56, 162, 243, 0.3);
  color: #38a2f3;
}
.board-block:hover .col-title[data-v-49f2b470], .board-block:hover .col-desc[data-v-49f2b470] {
  color: #38a2f3;
}
.board-block .col-title[data-v-49f2b470] {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
  color: #303030;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.board-block .col-img[data-v-49f2b470] {
  width: 100%;
  /* height: 240px; */
  height: 22vh;
  margin-bottom: 22px;
}
.color-tag[data-v-49f2b470] {
  width: 4px;
  height: 20px;
  background: #38a2f3;
  margin-right: 9px;
}
.box-title[data-v-49f2b470] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 46px 0;
}
.col-desc[data-v-49f2b470] {
  font-size: 17px;
  font-weight: 400;
  color: #1A1A1A;
}
.label-card .card-item[data-v-49f2b470] {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 5vh;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 1px rgba(153, 153, 153, 0.24);
}
.label-card .card-item[data-v-49f2b470]:hover {
  border: 1px solid rgba(68, 126, 236, 0.5);
  box-shadow: 0px 0px 7px 1px rgba(68, 126, 236, 0.3);
}
