/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.highlight-feature {
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.highlight-feature .overview {
  background-color: #6699cc;
  box-shadow: inset 0 0 6rem #305680;
  color: #fff;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
  padding: 2rem;
  font-size: 1.4em;
  box-sizing: border-box;
}
.highlight-feature p:first-child {
  margin-top: 0;
}
.highlight-feature p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 45rem) {
  .highlight-feature {
    display: flex;
    align-items: stretch;
  }
  .highlight-feature .overview {
    flex: 0 0 60%;
  }
  .highlight-feature .supporting {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .highlight-feature .supporting * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 65rem) {
  .highlight-feature {
    margin-bottom: 2rem;
  }
  .highlight-feature .overview {
    padding: 2.5rem 3rem 2.75rem;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 85rem) {
  .highlight-feature .overview {
    font-size: 1.8em;
  }
}
