.fact-grid-root {
  display: grid;
  gap: 8px;
  margin-bottom: 0.75em;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 900px) {
  .fact-grid-root {
    grid-template-columns: 1fr;
  }
}
.fact-grid-root > section {
  border: 2px var(--border-transparent) solid;
  border-radius: 8px;
  padding: 12px 12px 0;
  text-align: center;
}
.fact-grid-root > section > header {
  font-weight: bold;
  margin-bottom: 0.4em;
  font-size: 1.4em;
}

.primary-image {
  margin: 24px auto;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .primary-image {
    max-width: 60vw;
  }
}

@media all and (min-width: 600px) {
  .layout-with-description {
    display: flex;
    gap: 16px;
    padding: 8px 8px 16px;
  }
  .layout-with-description--invert {
    flex-direction: row-reverse;
  }
  .layout-with-description--center {
    align-items: center;
  }
  .layout-with-description__main {
    flex: 1;
    width: 0;
  }
  .layout-with-description__description {
    flex: 1;
    max-width: 400px;
    width: 0;
  }
}

.bs-home-devices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em 0;
  background-color: var(--bg-main);
}
.bs-home-devices__device {
  display: block;
  padding: 4px;
  text-align: center;
  width: 80px;
}
@media all and (min-width: 600px) {
  .bs-home-devices__device {
    width: 120px;
  }
}
.bs-home-devices__device:link, .bs-home-devices__device:visited {
  color: var(--secondary-text);
  text-decoration: none;
}
.bs-home-devices__device img {
  width: 40px;
  height: 60px;
  margin-bottom: 6px;
}
@media all and (min-width: 600px) {
  .bs-home-devices__device img {
    width: 60px;
    height: 80px;
  }
}
.bs-home-devices__device span {
  display: block;
}
@media all and (max-width: 600px) {
  .bs-home-devices__device span {
    font-size: 0.75em;
  }
}

/*# sourceMappingURL=bandstudio-home.css.map */
