/****************************** industries banner ******************************/
.industries-banner {
  background: url('../img/automotive-body-part-banner.webp') no-repeat center/cover;
}


/********************************** content **********************************/
.content-card:nth-child(1) .content-card-img {
  background: url('../img/automotive-body-part-content-img01.webp') no-repeat center/cover;
}
.content-card:nth-child(2) .content-card-img {
  background: url('../img/automotive-body-part-content-img02.webp') no-repeat center/cover;
}
.content-card:nth-child(3) .content-card-img {
  background: url('../img/automotive-body-part-content-img03.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/automotive-body-part-solution-img01.webp') no-repeat center/cover;
}
.solution-item:nth-child(2)>.left-img {
  background: url('../img/automotive-body-part-solution-img02.webp') no-repeat center/cover;
}
.solution-item:nth-child(3)>.left-img {
  background: url('../img/automotive-body-part-solution-img03.webp') no-repeat center/cover;
}