.insightsyem-img-wrap {
  position: relative;
}
.insightsyem-img-wrap-title {
  position: absolute;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 7%;
}

.insightsyem-list {
  padding: 32px;
  background-color: #fff;
  display: flex;
}

.insightsyem-list img {
  width: 274px;
  height: 220px;
  margin-right: 38px;
}

.insightsyem-list-content {
  flex: 1;
}

.insightsyem-list-content-title{
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insightsyem-list-content-detail{
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insightsyem-list-content-tag {
  display: flex;
}

.insightsyem-list-content-tag div {
  background: #F2F4FA;
  border-radius: 25px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:  0 16px;
  margin-right: 16px;
  color: #666;
  white-space: nowrap;
}

.insightsyem-detail-title {
  font-weight: 700;
  color: #333;
}

.insightsyem-detail-tag {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  padding: 22px;
}

.insightsyem-detail-tag span {
  margin-right: 33px;
}

.insightsyem-detail-img {
  padding: 58px 0 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insightsyem-detail-img img {
  max-width: 500px;
}

.insightsyem-detail-content {
  margin-bottom: 16px;
}

.insightsyem-detail-content div {
  font-weight: 600;
  line-height: 42px;
  color: #333;
}

.insightsyem-detail-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
  color: #333;
}

.insiDetailItem {
  display: none;
}

@media (max-width: 991px){
  .insightsyem-list img {
    display: none;
  }
}