.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--related-projects a {
  text-decoration: none;
}
.block--related-projects .headline {
  position: relative;
  padding-left: 3.25rem;
}
.block--related-projects .headline::before {
  position: absolute;
  content: url("../../../assets/images/larson-shield.svg");
  left: 10px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .block--related-projects .headline::before {
    left: -25px;
  }
}
.block--related-projects .project-image {
  position: relative;
}
.block--related-projects .project-image:before {
  position: absolute;
  content: url("../../../assets/images/svg-icons/black-square.svg");
  bottom: -9px;
  left: 0;
}
.block--related-projects .project-image:after {
  position: absolute;
  content: url("../../../assets/images/svg-icons/building-icon.svg");
  bottom: 3px;
  left: 9px;
}
.block--related-projects .project-image img {
  width: 100%;
}
.block--related-projects .project-info {
  color: #000;
  background-color: #F2F2F2;
  position: relative;
}
.block--related-projects .project-info::after {
  position: absolute;
  content: url("../../../assets/images/svg-icons/arrow.svg");
  bottom: 10px;
  right: 20px;
}
.block--related-projects .project-info h3 {
  text-transform: uppercase;
  font-weight: 700;
}
