/* COLORS */
/* FONTS */
/* COMPONENTS */
.experience-component .article-content {
  display: flex;
  flex-direction: column;
  width: 342px;
  padding: 24px;
  gap: 24px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .experience-component .article-content {
      width: 628px;
      padding: 40px;
      flex-direction: column;
      align-items: flex-start; } }
  .experience-component .article-content .article-card-content,
  .experience-component .article-content .article-content__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .experience-component .article-content .article-content__image-wrapper {
    width: 100%;
    height: auto;
    border-radius: 2px; }
  .experience-component .article-content .article-content__label > * {
    color: #5a403e;
    text-align: center;
    font-family: "Arquitecta-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .experience-component .article-content__title > h1 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title > h2 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title > h3 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title > h4 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title > h5 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title > h6 {
    font-family: "Arquitecta-Regular";
    color: #5a403e; }
  .experience-component .article-content__title p {
    color: #5a403e;
    font-family: "Arquitecta-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; }
  .experience-component .article-content__text > h1 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text > h2 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text > h3 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text > h4 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text > h5 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text > h6 {
    font-family: "Arquitecta-Regular";
    color: #a37c6f; }
  .experience-component .article-content__text p {
    color: #a37c6f;
    font-family: "Arquitecta-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; }

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