.field--name-field-associated-articles {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1326px;
  padding: 0;
  margin: auto;
}
.field--name-field-associated-articles > .field__item {
  margin: 0;
  padding: 0 6.25px;
  width: 100%;
}
.field--name-field-associated-articles > .field__item:nth-child(even) {
  background-color: #ccc;
}
.field--name-field-associated-articles > .field__item:nth-child(odd) {
  background-color: #F4F4F4;
}
@media (min-width: 641px) {
  .field--name-field-associated-articles > .field__item {
    width: 50%;
  }
  .field--name-field-associated-articles > .field__item:nth-child(n) {
    background-color: #ccc;
  }
  .field--name-field-associated-articles > .field__item:nth-child(2n) {
    background-color: #F4F4F4;
  }
  .field--name-field-associated-articles > .field__item:nth-child(3n) {
    background-color: #F4F4F4;
  }
  .field--name-field-associated-articles > .field__item:nth-child(4n) {
    background-color: #ccc;
  }
}
@media (min-width: 769px) {
  .field--name-field-associated-articles > .field__item {
    width: 33%;
  }
  .field--name-field-associated-articles > .field__item:nth-child(n) {
    background-color: #ccc;
  }
  .field--name-field-associated-articles > .field__item:nth-child(2n) {
    background-color: #F4F4F4;
  }
  .field--name-field-associated-articles > .field__item:nth-child(3n) {
    background-color: #ccc;
  }
  .field--name-field-associated-articles > .field__item:nth-child(4n) {
    background-color: #F4F4F4;
  }
  .field--name-field-associated-articles > .field__item:nth-child(6n) {
    background-color: #F4F4F4;
  }
}
.field--name-field-associated-articles > .field__item .node.node--view-mode-teaser > .node__content .text-container {
  width: 100%;
  flex: 0 0 100%;
}
.field--name-field-associated-articles > .field__item .node.node--view-mode-teaser > .node__content .text-container h2 a {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .field--name-field-associated-articles > .field__item .node.node--view-mode-teaser > .node__content .text-container h2 a {
    font-size: 2.4rem;
  }
}