* {
  box-sizing: border-box; }

/* Darkest Navy */
/* Cobalt Blue */
/* Navy */
/* Navy */
/* White Linen */
/* Pink Energy */
/* Green Verve */
/* Orange Zeal */
.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cards__header {
    display: flex;
    flex-wrap: wrap;
    padding: 1.875rem 0; }
  .cards__title {
    position: relative;
    font-family: "DM Serif Display", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1; }
    @media screen and (max-width: 650px) {
      .cards__title {
        font-size: 2rem; } }
    .cards__title span {
      position: absolute;
      bottom: 100%;
      font-family: "proxima-nova", "Open Sans", sans-serif;
      font-size: 3.25rem;
      font-weight: 700; }
  .cards__description {
    font-size: 1.25rem;
    opacity: .9; }
    .cards__description img {
      aspect-ratio: 16/9;
      width: 300px;
      object-fit: cover;
      object-position: center; }
  .cards .card {
    width: 100%;
    background-color: #F7EEE7;
    padding: 2.8125rem 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    text-align: left;
    color: #0B272D; }
    .cards .card .link-overlay {
      overflow: hidden; }
    .cards .card .content__wrapper {
      max-width: 100%; }
    .cards .card__description {
      font-size: 1.25rem; }
    .cards .card__title {
      margin-bottom: 1.25rem;
      word-break: break-word;
      font-weight: 700;
      font-family: "proxima-nova", "Open Sans", sans-serif;
      font-size: 2rem; }
    .cards .card #card__link-icon {
      margin-top: 3.125rem;
      transition: all 0.4s ease; }
    .cards .card:hover #card__link-icon {
      margin-left: 1.875rem;
      transition: all 0.4s ease; }
    .cards .card-icon {
      position: absolute;
      bottom: -5px;
      right: -5px;
      width: 175px;
      aspect-ratio: 1/1;
      object-fit: cover;
      object-position: center; }
  .cards:not(.light-text) .card-up {
    border: 1px solid #0B272D; }
  .cards__wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  @media screen and (min-width: 768px) {
    .cards__header {
      flex-wrap: nowrap;
      padding: 9.375rem 6.25rem 0; }
    .cards__title {
      width: 40%; }
    .cards__description {
      width: 60%;
      padding-left: 1.875rem; }
    .cards .card {
      width: calc(1 / 2 * 100% - (1 - (1 / 2)) * 30px * 1.005);
      flex: 0 1 auto;
      padding: 6.25rem 1.875rem 2.8125rem 3.125rem; } }
  @media screen and (min-width: 768px) and (min-width: 500px) {
    .cards .card:nth-child(n) {
      margin-right: 30px; }
    .cards .card:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 768px) {
      .cards .card__title {
        font-family: "Roboto", "Open Sans", sans-serif;
        font-size: 2.5rem;
        font-weight: 500; }
      .cards .card__description {
        font-size: 1rem; }
      .cards .card #card__link-icon {
        margin-top: 4.6875rem; } }
  @media screen and (min-width: 992px) {
    .cards .card {
      width: calc(1 / 3 * 100% - (1 - (1 / 3)) * 30px * 1.005);
      flex: 0 1 auto;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 992px) and (min-width: 500px) {
    .cards .card:nth-child(n) {
      margin-right: 30px; }
    .cards .card:nth-child(3n) {
      margin-right: 0; } }
