/* Keep the quotation process artwork fully visible inside its responsive card. */
div:has(> img[alt="Illustration of the Sousa Murray Sites website quotation and planning process"]) {
  min-width: 0;
  align-self: center;
  background: #06152e;
}

img[alt="Illustration of the Sousa Murray Sites website quotation and planning process"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center;
  background: #06152e;
}
