.elementor-8057 .elementor-element.elementor-element-2ae57a0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0ea1129 *//* styles.css */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin: 20px;
  padding: 0;
}

.logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 1em;
  display: block;
}

h1 {
  font-size: 1.6em;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
  margin-top: 2em;
  margin-bottom: 1em;
}

p, ul {
  font-size: 14px;
  color: #333;
  margin-bottom: 1em;
  line-height: 1.6;
}

ul li {
  margin-bottom: 0.5em;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  font-size: 14px;
  color: #555;
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.hardware-image,
.interface-image,
.partner-image,
.communication-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  body {
    margin: 10px;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.1em;
  }
}/* End custom CSS */