/* Software page specific styles */
.software {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}

.software h2 {
  color: #216094;
  border-bottom: 2px solid #216094;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.software h3 {
  color: #216094;
  margin-top: 25px;
  margin-bottom: 15px;
}

.software p {
  margin-bottom: 15px;
  text-align: justify;
}

.software ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.software li {
  margin-bottom: 8px;
}

.software strong {
  color: #216094;
}

/* Responsive design */
@media (max-width: 768px) {
  .software {
    padding: 10px;
    max-width: 100%;
  }
  
  .software h2 {
    font-size: 24px;
  }
  
  .software h3 {
    font-size: 20px;
  }
}
