.strength-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
}
.strength-content > .item {
  width: 100%;
}

.strength-content-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strength-content-item > .ornament {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}