.yscm-industry-list__item {
  /* 18/16 */
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #000000;
}

.yscm-industry-list__item-img {
  /* height: 37rem; */
}
.yscm-industry-list__item-link{
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
}

.yscm-industry-list__item-link img{
  height: 100%;
}
.yscm-industry-others {
  display: flex;
  flex-direction: column;
}
.yscm-industry-others__title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #000000;
}

.yscm-industry-others__item {
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f9fafc;
  margin-bottom: 0.625rem;
}

.yscm-industry-others__item img {
  width: 100%;
}
