.pillar-illustration {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
  object-position: center bottom;
  margin: -4px 0 22px;
}

.pillar-illustration + span {
  display: inline-block;
}

@media (max-width: 800px) {
  .pillar-illustration {
    height: 180px;
    margin-bottom: 18px;
  }
}
