  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.paragraph--type--persons-grid .persons-grid--title {
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--persons-grid .persons-grid--title {
    text-align: left;
    float: left;
    max-width: calc(100% - 20rem);
  }
}

.paragraph--type--persons-grid .persons-grid--link {
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--persons-grid .persons-grid--link {
    float: right;
    padding: 0;
    line-height: 4.5rem;
  }
}

.paragraph--type--persons-grid .persons-grid--link a {
  color: #1E3F84;
  font-family: "robotobold", "Helvetica", Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.paragraph--type--persons-grid .persons-grid--link a:after {
  content: "\f138";
  font-family: "FontAwesome";
  margin-left: 1rem;
}

.paragraph--type--persons-grid .views-element-container {
  clear: both;
}

/*# sourceMappingURL=../sourcemaps/paragraph--person-grid.css.map */
