.pressquote_container_fullscreen {
  background: linear-gradient(180deg, #EAE4E4 0%, #EAE4E4 40%, #EAE4E400 100%);
}
.pressquote_container {
  padding: 80px 15px;
  margin: auto;
  max-width: 600px;
  text-align: center;
}

.pressquote_headline {
  font-size: /*42px;*/16px;
  line-height: /*52px;*/26px;
  font-weight: /*600*/ 500;
  /* letter-spacing: -2%; */
  margin-bottom: 19px;
  color: #003838;
}

.pressquote_content {
  font-size: 26px;
  line-height: 32px;
  border: none;
  padding: 0;
  font-style: normal;
  margin: unset;
  font-weight: 400;
  margin-bottom: 24px;
  color: #002E2D;
}

.pressquote_logo {
  max-width: 168px;
  margin-bottom: 24px;
}

.splide__pagination.splide__pagination--ltr {
  position: relative;
  gap: 10px;
}

.splide__pagination__page {
  border: 1px solid #003838;
  height: 10px;
  width: 10px;
  opacity: 1;
  background: white;
}

.splide__pagination__page.is-active {
  background: #003838;
  transform: unset;
}

.pressquote_container .splide__slide {
  align-content: center;
}

.pressquote_content_container .splide__slide {
	max-height: 265px;
}

@media only screen and (max-width: 850px) {
  .pressquote_container {
    padding: 64px 16px 48px;
  }
}
