/* COLORS */
/* FONTS */
/* COMPONENTS */
:root {
  --max-width-text-component: 612px; }

.experience-component .article-body-text {
  max-width: 938px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0; }
  .experience-component .article-body-text > * {
    color: #5a403e;
    font-family: "Arquitecta-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 136%;
    /* 21.76px */ }
  .experience-component .article-body-text--narrow p {
    width: var(--max-width-text-component) !important; }

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