.systemInfo {
  width: 85vw;
  display: flex;
  justify-content: space-around;
  margin: auto;
}

.systemInfo .componentName {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--headline);
}

@media only screen and (max-width: 600px) {
  .systemInfo {
    width: 95vw;
    flex-direction: column;
    align-items: center;
  }
}
