._tribullet_gmyh9_1 {
  display: flex;
  flex-direction: column;
  gap: 1em 2em;
}
._tribullet_gmyh9_1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}
._tribullet_gmyh9_1 li img {
  width: 100px;
  margin: 0.5em 0;
}

@media only screen and (min-width: 640px) {
  ._tribullet_gmyh9_1 {
    flex-direction: row;
  }
}