    .junk-removal .whiteboard-content h2 {
        font-size: 4rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .junk-removal h3 {
      font-weight: 900;
      color: var(--bwj-theme-primary);
      font-size: 2rem;
      text-align: center;
      margin: 1rem 0;
    }

    .junk-billboard-img-loader {
      display: block;
      position: absolute;
      top: 0;
      left: -2px;
      width: 1px;
    }
    .junk-billboard-img {
      display: block;
      margin: 0 auto;
      width: 75%;
    }
