.press-text-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.press-text-wrapper p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.5s ease;
  color: white !important;
  white-space: pre-wrap;
}

.press-text-wrapper strong {
  color: white !important;
  white-space: pre-wrap;
}

.press-text-wrapper .paragraph-in-view {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.press-text-wrapper a span {
  color: white !important;
}
