.full-width-signpost {
  min-height: 700px;
  color: var(--white);
}
.full-width-signpost__content {
  max-width: 655px;
  margin: auto;
  padding-top: 6px;
}
.full-width-signpost__title {
  color: var(--primary-grellow);
}
.full-width-signpost__bg {
  top: 0;
  left: 0;
}
.full-width-signpost__bg-image {
  -o-object-position: center;
     object-position: center;
}
.full-width-signpost::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 198, 0.7)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(180deg, rgba(0, 106, 198, 0.7) 0%, rgba(0, 0, 0, 0.28) 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.full-width-signpost{
  padding: 9.6rem 0;
}
@media all and (width <= 991.98px) {
  .full-width-signpost{
    padding: 6.4rem 0;
  }
}
@media all and (width <= 767.98px) {
  .full-width-signpost{
    padding: 4.8rem 0;
  }
}