/* mobile */
.ce38-section {
  padding: 0;
  background-color: var(--color-third);
}

.ce38-suppliers {
  display: block;
  margin-top: 4rem;
}
.ce38-suppliers .ce38-headline {
  text-align: center;
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
}
.ce38-suppliers .ce38-headline p, .ce38-suppliers .ce38-headline div {
  margin: 0 auto;
}
.ce38-suppliers .linked-image {
  height: 100%;
  width: 100%;
  transition: transform var(--anim-fast);
}
.ce38-suppliers .linked-image:hover {
  transform: scale(1.05);
}
.ce38-suppliers picture {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: var(--color-white);
  color: var(--color-primary);
}
.ce38-suppliers picture .svg-wrapper, .ce38-suppliers picture svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ce38-suppliers picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ce38-slider {
  margin-bottom: 2rem;
}
.ce38-slider .swiper {
  margin: 2rem;
  padding: 0 1rem 3rem;
  width: 100%;
  justify-self: center;
}
@supports (-webkit-touch-callout: none) {
  .ce38-slider .swiper {
    margin-left: 0;
  }
}
.ce38-slider .swiper .swiper-pagination {
  bottom: 0;
}
.ce38-slider .swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.ce38-slider .ce38-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 160px;
  width: 172px;
  box-shadow: var(--shadow-m);
}

.ce38-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem 3rem;
  background-color: var(--color-white);
  flex-grow: 2;
}

@media (min-width: 390px) {
  .ce38-suppliers .swiper-wrapper {
    justify-content: space-between;
  }
  .ce38-suppliers .swiper {
    max-width: 400px;
  }
}
@media (min-width: 640px) {
  .ce38-suppliers .swiper {
    max-width: calc(640px + 2rem);
  }
}
@media (min-width: 768px) {
  .ce38-suppliers .ce38-headline p, .ce38-suppliers .ce38-headline div {
    width: 80%;
  }
  .ce38-suppliers .ce38-content-wrapper {
    width: 204px;
    height: 190px;
  }
}
@media (min-width: 1030px) {
  .ce38-suppliers .swiper {
    max-width: calc(920px + 2rem);
  }
  .ce38-suppliers .ce38-content-wrapper {
    width: 300px;
    height: 280px;
  }
}
@media (min-width: 1381px) {
  .ce38-suppliers {
    margin-top: 6rem;
  }
  .ce38-suppliers .swiper {
    max-width: calc(944px + 2rem);
    padding: 0 1rem 2rem;
    width: 100%;
  }
  .ce38-suppliers .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    grid-gap: 22px;
    padding: 1rem 0;
  }
}
