.content-cards-section__wrapper {
  margin-right: 12px;
  margin-left: 12px;
  max-width: var(--max-width, 1184px);
}
@media only screen and (min-width: 768px) {
  .content-cards-section__wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .content-cards-section__wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
.content-cards-section__cards {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-cards-section__cards {
    display: flex;
    flex-wrap: wrap;
  }
}
.content-cards-section .content-card {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 0) {
  .content-cards-section .content-card {
    width: calc(100% - 16px);
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card {
    width: calc(100% - 64px);
    margin-left: 32px;
  }
}
.cards-3{
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .cards-3 .content-cards-section .content-card {
    width: calc(50% - 36px);
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .cards-3 .content-cards-section .content-card {
    width: calc(33.3333333333% - 42.6666666667px);
    margin-left: 32px;
  }
}
.content-cards-section .content-card__image-link {
  display: block;
  text-decoration: none;
  color: #000;
}
.content-cards-section .content-card__image-link img{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__image-link {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .cards-2 .content-cards-section .content-card__image-link, .cards-3 .content-cards-section .content-card__image-link {
    flex-direction: column;
  }
}
.content-cards-section .content-card__image {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.content-cards-section .content-card__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cards-2 .content-cards-section .content-card__content, .cards-3 .content-cards-section .content-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1248px) {
  .cards-2 .content-cards-section .content-card__content, .cards-3 .content-cards-section .content-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.content-cards-section__cards[data-variation=article] .content-card__container h3, .content-cards-section__cards[data-variation=article] .content-card__container h4 {
  margin-bottom: 8px;
}
.content-cards-section .content-card__eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  display: block;
  color: #000;
  margin-bottom: 4px;
}
.content-cards-section__cards[data-variation=article] .content-card__headline {
  margin-bottom: 0;
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card__headline {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__headline {
    line-height: 24px;
  }
}
.content-cards-section .content-card__headline {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.content-cards-section .content-card__author {
  margin-bottom: 8px;
}
.content-cards-section .content-card__author {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.content-cards-section__cards[data-variation=article] .content-card__container>*:last-child {
  margin-bottom: 0;
}
.content-cards-section .content-card__description {
  font-weight: 300;
}
.content-cards-section .content-card__description {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 16px;
}
.content-cards-section__cards[data-variation=article] .content-card__details {
  margin-top: 16px;
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card__details {
    font-size: 13px;
  }
}
.content-cards-section .content-card__details {
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
.content-cards-section .content-card__date, .content-cards-section .content-card__location {
  font-weight: 300;
}
.content-cards-section .content-card__date, .content-cards-section .content-card__location {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  color: #000;
}

