.action-jack-panels-mobile {
  align-items: center;
  background: #1f85d9;
  display: none;
  flex-direction: column;
  font-size: 22px;
  justify-content: center;
  height: 200px;
  position: relative;
}

.action-jack-panels-mobile > img {
  bottom: 0;
  left: 50%;
  transform: translateX(-96px);
  position: absolute;
}

.action-jack-panels-mobile > .leadership {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 100%;
}

.knows-action {
  color: #fff;
  display: inherit;
  flex-direction: row;
  top: 44px;
  left: 50%;
  transform: translateX(-150px);
  position: absolute;
}

.knows-action > .hooli-knows {
  margin-right: 8px;
  margin-top: 6px;
  width: 130px;
}

.knows-action > .action {
  height: 40px;
}
.action-jack-panels-mobile > .louder {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 90px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 400px) {
  .action-jack-panels-mobile {
    font-size: 20px;
  }
}
