@media (min-width: 1600px) {
  .image-top {
    height: auto;
    min-height: 550px;
  }
  .compressed-air-repair--service .DnnModule:first-child:has(.image-top) .image-top {
    min-height: 700px;
  }
}
.image-top-container .layout-row {
  margin-bottom: 30px;
}
.compressed-air-repair--service .image-top-container .Normal, .compressed-air-repair--service .image-top-container .layout-column {
  display: flex;
  flex-flow: column;
}

.image-top-container .Normal img, .image-top-container .layout-column img {
  aspect-ratio: auto 1/1;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.image-top-container .Normal p:first-child, .image-top-container .layout-column p:first-child {
  position: relative;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 30px rgba(73, 120, 242, 0.2);
}
.compressed-air-repair--service .image-top-container .Normal p:last-child, .compressed-air-repair--service .image-top-container .layout-column p:last-child {
  margin-top: auto;
}

.image-top-container .Normal h4, .image-top-container .layout-column h4 {
  color: #D2232A;
}
.image-top-container .Normal [class*=layout-column-] {
  display: flex;
  height: 100%;
  flex-flow: column;
}
