.multiple-image-signpost .swiper {
  margin-right: -2.8rem
}
@media (min-width:768px) {
  .multiple-image-signpost .swiper {
    margin-right: 0
  }
}
.multiple-signposts .swiper {
  margin-right: -2.8rem
}
@media (min-width:768px) {
  .multiple-signposts .swiper {
    margin-right: 0
  }
}
@media (min-width:1200px) {
  .multiple-signposts--small .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--sm-1)
  }
  .multiple-signposts--small .swiper-wrapper .swiper-slide {
    width: calc(50% - var(--sm-1)/ 2)
  }
  .multiple-signposts--small .carousel-lines {
    display: none!important
  }
}
.signpost-carousel .swiper {
  margin-right: -2.8rem
}
.signpost-carousel .left-btn-arrow {
  border-radius: var(--radius-sm) 0 0 var(--radius-sm)
}
.signpost-carousel .right-btn-arrow {
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0
}
@media (min-width:768px) {
  .signpost-carousel .swiper {
    margin-right: 0
  }
}
@media (min-width:992px) {
  .signpost-carousel .swiper {
    -webkit-clip-path: polygon(0 0,1000% 0,1000% 100%,0 100%);
    clip-path: polygon(0 0,1000% 0,1000% 100%,0 100%);
    overflow: visible
  }
  .signpost-carousel .swiper-slide {
    max-width: 39.5rem
  }
}
.combination-signpost .swiper {
  margin-right: -2.8rem
}
.combination-signpost .swiper--no-offset {
  margin-right: 0
}
@media (min-width:768px) {
  .combination-signpost .swiper {
    margin-right: 0
  }
}
@media (min-width:768px) and (max-width:1024px) {
#further-links .image-signpost-card-new__inner-content-wrap{
min-height: 14rem;
}
#further-links .image-signpost-card {
box-shadow: none;
}
#further-links .image-signpost-card::after {
background : transparent;
}
}

@media (max-width:768px) {
#further-links .image-signpost-card {
box-shadow: none;
}
#further-links .image-signpost-card::after {
background : transparent;
}
}