/* .secondary-section {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.secondary-image {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  transition: 0.3s ease;
}
.secondary-image:hover {
  transform: scale(1.05);
} */
