@media (min-width: 667px) {

  #d1748003 .p-media-layout__media {
    display: none;
  }

  #d1748003 .p-media-layout__inner {
    min-height: 600px;
    background: url(/files/jpg_overview_concept_tcm111-1641405.jpg) no-repeat center center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
  }

  #d1748003 .p-media-layout__content {
    background-color: rgba(50, 50, 50, 0.8);
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
    padding: 15px 15px 25px 15px;
    font-size: 14px;
    flex-grow: inherit;
  }

}

@media (min-width: 768px) {
  #d1748003 .p-media-layout__content {
    margin-left: 25px;
  }
}

#d1753072 .c-media__item,
#d1763592 .c-media__item,
#d1757934 .c-media__item,
#d1757759 .c-media__item,
#d1757897 .c-media__item {
  border-radius: 400px;
}

.js-wrap_solutions,
.js-wrap_cases {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--width-max-content);
  margin: auto;
}

.js-wrap_solutions .l-wrapper,
.js-wrap_cases .l-wrapper {
  width: 50%;
}

@media (min-width: 768px) {
  .js-wrap_solutions .l-wrapper {
    width: 33%;
  }
}

.js-wrap_solutions .p-media-layout__inner,
.js-wrap_cases .p-media-layout__inner {
  flex-direction: column-reverse;
}

.js-wrap_solutions .p-media-layout__media,
.js-wrap_cases .p-media-layout__media {
  max-width: 100%;
}
