.node-digital-map {
  text-align: center;

  & a {
    display: block;
  }

  & img {
    display: block;
    width: 100%;
    height: auto;
  }

  .logo-image {
    aspect-ratio: 3/2;
    border: 2px solid rgba(0,0,0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      display: block;
      width: 70%;
      height: auto;
    }
  }

  & h2 {
    font-size: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.75em 0;
    border-bottom: 1px solid #cdcdcd;
  }

  & .product-type {
    
    & > * {
      display: inline-block;
    }

    & > span {
      color: #2f2d2e;
      padding-right: 0.5em;
      font-weight: 700;
    }
    
    & .field--name-field-product-type  {
      font-size: 1.25em;
      line-height: 1.2em;
      padding: 0.5em 0;
      color: #2f2d2e;
      font-weight: 700;
    }
  }

  & .view {
    display: inline-block;
    position: relative;
    padding: 1em 3em;
    background: #1baac8;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    width: 100%;
    padding: 0.5em;
  }
}