/* Start custom CSS */.download-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.download-card {
  background: #fff;
  padding: 20px;
  flex: 1 1 220px;
  max-width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}/* End custom CSS */