/* [project]/src/app/custom-software-services/_Components/custom-software.css [app-client] (css) */
.custom-software-section {
  background-color: #fff;
  padding: 60px 0;
}

.custom-software-paragraph {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
}

.highlight-orange {
  color: #ff8c00;
  font-weight: 600;
}

.highlight-blue {
  color: #007bff;
  font-weight: 600;
}

.highlight-green {
  color: #28a745;
  font-weight: 600;
}

.custom-software-list {
  list-style: none;
  padding: 0;
}

.custom-software-list li {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.custom-software-list li i {
  margin-right: 8px;
  color: #28a745;
}


/*# sourceMappingURL=src_app_custom-software-services__Components_custom-software_33e81b.css.map*/
