.images-list {
  height: 100%;
}
.images-list-grid {
  background: #F2F2F2 0% 0% no-repeat padding-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 18px;
  height: 100%;
}
.images-list-grid .grid-col {
  flex-basis: 300px;
  max-width: 300px;
}
@media (min-width: 992px) {
  .images-list-grid .grid-col {
    flex-basis: 216px;
    max-width: 216px;
  }
}
.images-list-grid .DnnModule-DNN_HTML:not(.grid-col) {
  flex-basis: 100%;
  max-width: 100%;
}
.images-list-grid .DnnModule-DNN_HTML:not(.grid-col) .ModDNNHTMLC {
  max-width: 1200px;
  margin: 0 auto;
}
.images-list-grid .DnnModule-DNN_HTML:last-child {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .automation-design---integration .images-list-grid .DnnModule-DNN_HTML:last-child, .send-repair--return .images-list-grid .DnnModule-DNN_HTML:last-child, .hoist-service--repair .images-list-grid .DnnModule-DNN_HTML:last-child, .industrial-tool-service--repair .images-list-grid .DnnModule-DNN_HTML:last-child {
    flex-basis: 216px;
    max-width: 216px;
  }
}
.images-list-background-img {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
.images-list-item {
  position: relative;
  height: 100%;
  margin: auto;
  border: 2px solid #cccccc;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.images-list-item .images-list-content-container {
  overflow: hidden;
}
.images-list-item-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.images-list-item-image > img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.images-list-item .Normal h5, .images-list-item .Normal h6 {
  padding: 0;
  color: #0D0D0D;
  text-align: left;
}
.images-list-item .Normal h5 ~ p, .images-list-item .Normal h6 ~ p {
  padding: 0;
  color: #4D4D4D;
  text-align: left;
  font-size: 14px;
}
.images-list-item .Normal img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto 1/1;
  image-rendering: -webkit-optimize-contrast;
}
