/****************************** industries banner ******************************/
.industries-banner {
  background: url('../img/entertainment-exhibitions-banner.webp') no-repeat center/cover;
}


/********************************** content **********************************/
.content-card:nth-child(1) .content-card-img {
  background: url('../img/entertainment-exhibitions-content-01.webp') no-repeat center/cover;
}
.content-card:nth-child(2) .content-card-img {
  background: url('../img/entertainment-exhibitions-content-02.webp') no-repeat center/cover;
}
.content-card:nth-child(3) .content-card-img {
  background: url('../img/entertainment-exhibitions-content-03.webp') no-repeat center/cover;
}


/***************************** order process *****************************/
.process-step-list {
  grid-template-columns: repeat(5, 1fr);
}


/****************************** solution ******************************/
.solution-item:nth-child(1)>.left-img {
  background: url('../img/entertainment-exhibitions-solution-01.webp') no-repeat center/cover;
}
.solution-item:nth-child(2)>.left-img {
  background: url('../img/entertainment-exhibitions-solution-02.webp') no-repeat center/cover;
}
.solution-item:nth-child(3)>.left-img {
  background: url('../img/entertainment-exhibitions-solution-03.webp') no-repeat center/cover;
}