.comparison-container {
  margin-bottom: 20px;
}
.flex-container-2 {
  display: flex;
  gap: 10px;
  background: #fff3e0;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.flex-item-2 {
  background: #ff9800;
  color: white;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  flex-grow: 1;
}
.width-item { width: 150px; }
.basis-item { flex-basis: 150px; }