
#highlight-section {
  padding: 20px;
  background-color: #111;
  border-bottom: 1px solid #333;
}

.highlight-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

#highlight-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
