
.container.product-solution-container {
  width: 90%;
  margin: auto;
  padding: 20px;
  max-width: 1200px;
  background-color: white;
}

.product-solution-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.product-solution-column {
  padding: 20px;
  border-radius: 8px;

  flex: 1;
  min-width: 300px;
  max-width: 45%;
}

.product-solution-column h1 {
  color: #0f4568;
  font-family: "CustomFont-Semibold";
  margin-bottom: 10px;
  text-align: center;
}

.product-solution-column p {
  font-family: "CustomFont-Regular";
  margin-bottom: 10px;
  text-align: justify;
  line-height: 40px;
}

.product-solution-links {
  margin-top: 10px;
}

.product-solution-links a {
  color: #3498db;
  text-decoration: none;
}

.product-solution-links a:hover {
  text-decoration: underline;
}

/* Commercial Licensing Section */
.commercial-licensing-section {
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}

.commercial-licensing-section h2 {
  font-family: "CustomFont-Semibold";
  color: #2c3e50;
  margin-bottom: 20px;
}

.commercial-licensing-section p {
  font-family: "CustomFont-Light";
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 auto;
  max-width: 800px;
}
.commercial-licensing-section {
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}



.commercial-licensing-rights ul {
  list-style-type: none; /* Removes bullet points */
  margin: 20px auto;
  padding-left: 0; /* Removes default left padding */
  text-align: center;
}

.commercial-licensing-rights li {
  font-family: "CustomFont-Regular";
  margin-bottom: 10px; /* Adds spacing between items */
}

.commercial-licensing-options {
  margin-top: 20px;
}

.commercial-licensing-option {
  margin-bottom: 20px;
}

.commercial-licensing-option h4 {
  font-family: "CustomFont-SemiBold";
  color: #2c3e50;
  margin-bottom: 10px;
}

.commercial-licensing-footer {
  font-family: "CustomFont-Italic-Light";
  margin-top: 20px;  
  color: #555;
  text-align: center;
}
