/* components/node-detail/src/scss/node-detail.scss */
.c-node-detail {
  padding-top: 2.1875rem;
}
@media (min-width: 768px) {
  .c-node-detail {
    padding-top: 5.3125rem;
  }
}
.c-node-detail__title h1 {
  color: #007E38;
}
.c-node-detail__media {
  margin-top: 3.125rem;
}
.c-node-detail__media img {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(./img/mask.svg);
  mask-image: url(./img/mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .c-node-detail__media {
    margin-top: 6.25rem;
  }
}
.c-node-detail__content .container .container {
  padding: 0;
  max-width: none;
}
/*# sourceMappingURL=node-detail.css.map */
