.term-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .term-box {
    margin-bottom: 20px;
  }
}
.term-box .item {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.term-box .item h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0 14px;
}

.term-box .item .pic{
  wwidth:177;
  height:230px;
}


.term-box .item .pic img{
      object-fit: cover;
    height: 100%;
    /* width: 100%;
}