.the-journey {
  display: flex;
  flex-direction: column;
  align-items: center;
    margin-top: 1.45rem;
}

.the-journey__image-container {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.the-journey__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02rem;
  color: var(--brandColor);
  align-self: flex-start;
  margin-bottom: 1.09rem;
}

.the-journey__image-container {
  width: 17.06rem;
  height: 27.54rem;
}
.the-journey__image-container > img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .the-journey {
    margin-top: 2.64rem ;
  }
  .the-journey__image-container {
    width: 25.5rem;
    height: 12.39rem;
  }
  .the-journey__title {
    font-size: 0.83rem;
  }
}
