.images-slider .images-slider__image-wrapper img {
  object-position: center;
  object-fit: cover;
}
.module-logo-image-signpost .signpost-wrapper{
  gap:2rem;
  position:relative;
  height:100%;
}
.module-logo-image-signpost .module-logo-image-signpost__itwm-row{
  row-gap:4rem}
.module-logo-image-signpost .signpost-wrapper::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--primary-color-10);
  margin-top: 20px;
  bottom:-2rem;
}
.module-logo-image-signpost .module-logo-image-signpost__cta{
  margin-top:4rem}
.module-logo-image-signpost .signpost-wrapper.signpost-wrapper--only-image::after{
  margin-top:0;
  height:100%;
  bottom:auto;
}
.module-logo-image-signpost .col-12:last-child .signpost-wrapper::after {
  content: none;
}
@media (min-width:767px) {
  .module-logo-image-signpost .signpost-wrapper::after {
    height: 47%;
    width: 1px;
    right: 0;
    margin-right: calc(-1 * var(--grid-padding));
    bottom: 25%;
  }
  .module-logo-image-signpost .module-logo-image-signpost__cta{
    margin-top:2rem}
}
@media all and (max-width:991.98px){
 
  .module-logo-text a.cta-arrow-link {
    font-size: 1.1rem;
  }
}
