.billboard.inside {
  display: flex;
  background: #272727 url('/clibs/textures/black-thread.png');
  background-position: center;
  height: 100px;
}

.billboard.inside .box {
  padding: 0;
}

.billboard.inside h1 {
  margin-bottom: 0;
  padding: 0;
  text-shadow: 2px 2px 1.5px rgb(0 0 0 / 50%);
  text-transform: none;
  font-family: Lato;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
}

@media(min-width: 768px) {
  .billboard.inside {
    height: 150px;
  }

  .billboard.inside h1 {
    font-size: 50px;
  }
}