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

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

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

.highlight-blue {
  color: #1eaee2;
  font-weight: 600;
}

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

.mobile-list {
  padding: 0;
  list-style: none;
}

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

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

/*# sourceMappingURL=src_app_mobile-services__Component_mobile-service_d078e863.css.map*/