.text-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .text-image {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1248px) {
  .text-image {
    margin-bottom: 80px;
  }
}


.text-image__inner {
  margin-right: 12px;
  margin-left: 12px;
  max-width: var(--max-width, 1184px);
  display: flex;
  flex-wrap: wrap;
}
.text-image__inner img{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .text-image__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .text-image__inner {
    margin-right: auto;
    margin-left: auto;
  }
}
.text-image__text {
  order: 2;
}
@media only screen and (min-width: 1248px) {
  .text-image__text {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .text-image__text {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-left: 24px;
    max-width: 352px;
    order: 1;
  }
}
.text-image__image, .text-image__text {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .text-image__image, .text-image__text {
    width: calc(83.3333333333% - 44px);
    float: left;
    margin-left: 24px;
  }
}


.text-image__title {
  font-family: "Graphik", Arial, sans-serif;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
.text-image__title {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: none;
}
@media only screen and (min-width: 1248px) {
  .text-image__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .text-image__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1248px) {
  .text-image__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}


.text-image__desc {
  margin-bottom: 32px;
}

@media only screen and (min-width: 1248px) {
  .text-image__desc {
    margin-bottom: 40px;
  }
}
.secondary-navigation .text-image__desc, .navigation-header__secondary-nav-content .text-image__desc, .text-image__desc {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
}

@media only screen and (min-width: 1248px) {
  .secondary-navigation .text-image__desc, .navigation-header__secondary-nav-content .text-image__desc, .text-image__desc {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: none;
  }
}


.text-image__btn {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  display: inline-block;
  margin: 0;
  padding: 16px 32px;
  border: solid 1px #000ad2;
  color: #fff;
  background-color: #000ad2;
  appearance: none;
  text-transform: inherit;
  text-decoration: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  transition: background-color .3s, border-color .3s, color .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1248px) {
  .text-image__btn {
    font-size: 16px;
  }
}

.text-image__image {
  order: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .text-image__image {
    width: calc(66.6666666667% - 40px);
    float: left;
    margin-left: 24px;
    max-width: 736px;
    margin-bottom: 0;
    order: 2;
  }
}
@media only screen and (min-width: 1248px) {
  .text-image__image {
    margin-left: 32px;
  }
}
.text-image__image, .text-image__text {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .text-image__image, .text-image__text {
    width: calc(83.3333333333% - 44px);
    float: left;
    margin-left: 24px;
  }
}

.component-spacer {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .component-spacer {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1248px) {
  .component-spacer {
    margin-bottom: 80px;
  }
}

.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;
}

.content-cards-section .content-card img{
  width: 100%;
}


@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;
  }
}
@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;
}
@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 .content-card__image-link {
  display: block;
  text-decoration: none;
  color: #000;
}

.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 .content-card__content .content-card__container.content-card__nodetails *:last-child {
  margin-bottom: 0;
}
.content-cards-section .content-card__headline {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-cards-section .content-card__headline {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1248px) {
  .content-cards-section .content-card__headline {
    font-size: 20px;
    line-height: 30px;
  }
}

.content-cards-section .content-card__description {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.content-cards-section .content-card__description.custom-content {
  display: inline-block;
}
.content-card__container:last-child>*:last-child {
  margin-bottom: 0;
}

.content-cards-section__cards .content-card__content .content-card__container.content-card__nodetails *:last-child {
  margin-bottom: 0;
}
