.icon-container {
  display: flex;
  justify-content: center; /* Center the entire icon container */
  align-items: flex-start;
  gap: 40px; /* Increase gap as needed for better spacing */
}

.icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  cursor: pointer;
  margin-bottom: 10px;
}

ol {
  text-align: left;
  font-size: 14px; /* Adjust the font size as needed */
}

ol li {
  font-size: 12px; /* Decrease the font size of list items */
}
