.global-hero {
  height: 460px;
  border-radius: 20px;
  background: linear-gradient(0deg, #ebd4c2 -100.28%, #fffef7 100%);
}
.breadcrumb a {
  position: relative;
  padding-right: 46px;
}
.breadcrumb a::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 7px;
  width: 30px;
  height: 1px;
  background: #69745d;
}
