/****************************** industries banner ******************************/
.industries-banner {
  background: url('../img/architecture-model-banner.webp') no-repeat center/cover;
}


/********************************** content **********************************/
.content-card:nth-child(1) .content-card-img {
  background: url('../img/architecture-model-content-card-01.webp') no-repeat center/cover;
}
.content-card:nth-child(2) .content-card-img {
  background: url('../img/architecture-model-content-card-02.webp') no-repeat center/cover;
}
.content-card:nth-child(3) .content-card-img {
  background: url('../img/architecture-model-content-card-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/architecture-model-solution-01.webp') no-repeat center/cover;
}
.solution-item:nth-child(2)>.left-img {
  background: url('../img/architecture-model-solution-02.webp') no-repeat center/cover;
}
.solution-item:nth-child(3)>.left-img {
  background: url('../img/architecture-model-solution-03.webp') no-repeat center/cover;
}