/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-highlight {
  margin-top: 1em; }
  @media (max-width: 980px) {
    #section-highlight {
      padding: 1.5em 0;
      background-color: #0db2e7; } }
  @media (min-width: 981px) {
    #section-highlight {
      margin-top: 2em; } }
  @media (min-width: 981px) {
    #section-highlight .container {
      background-color: #0db2e7;
      padding: 2em;
      border-radius: 16px; } }
  #section-highlight h2 {
    color: #fff;
    margin-top: 0; }
  #section-highlight .content {
    color: #fff; }
  @media (max-width: 767px) {
    #section-highlight a.btn {
      display: block;
      width: 100%; } }

/*# sourceMappingURL=highlight.css.map */
