.custom-block.block-project-info {
  background-position: center;
}
.custom-block.block-project-info .project-info-content {
  color: #fff;
  font-size: 2.4rem;
  padding: 5rem 13rem 15rem 5rem;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-top: 8rem;
  position: relative;
}
.custom-block.block-project-info .project-info-content::before {
  content: "";
  background-color: #1B1A33;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.custom-block.block-project-info .project-info-content .project-info-content-inner {
  z-index: 1;
  position: relative;
}
.custom-block.block-project-info .project-info-content p {
  margin-bottom: 0.5em;
}
.custom-block.block-project-info .project-info-content span {
  color: #C6F221;
  font-family: "SUSE", Arial, sans-serif;
  font-size: clamp(2rem, 2rem + (2.8rem - 2rem) * (100vw - 360px) / (1600px - 360px), 2.8rem);
  font-weight: 500;
  line-height: 1em;
}
.custom-block.block-project-info .categories {
  margin-top: 3rem;
}
.custom-block.block-project-info .categories span:not(:last-child)::after {
  content: ", ";
}
