.signpost__image-wrapper {
  min-height: 32rem;
  width: 100%
}
.signpost__image {
  min-height: 32rem
}
@media (min-width:768px) {
  .signpost__image-wrapper {
    min-height: 39.5rem;
    width: 40%
  }
  .signpost__image {
    min-height: 39.5rem
  }
  .signpost__content {
    width: 60%
  }
}
@media (min-width:992px) {
  .signpost__image-wrapper {
    width: 31.7%
  }
  .signpost__content {
    width: 68.3%
  }
}

