.expert-content {
  min-height: 300px;
  background-size: 146px 146px;
  background-position: center 23px;
  background-repeat: no-repeat;
  padding: 60px 177px;
}

.section-list img {
  width: 268px;
  height: 200px;
  object-fit: cover;
}
.related-item {
  width: 268px;
  height: 236px;
  border: 1px solid var(--main-color-light);
}

.section-list .item-name {
  border-top: 1px solid var(--main-color-light);
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
  text-align: center;
  line-height: 36px;
}