/* =================================================================
List and Image
================================================================= */
.list-and-image-2-column-wrapper {
  width: 100%;
}
.list-and-image-2-column {
  padding: 4.5rem 1.5rem;
  margin: 0 auto;
  max-width: 75rem;
}
@media only screen and (min-width: 56.25em) {
  .list-and-image-2-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-and-image-2-column.row-reverse {
    flex-direction: row-reverse;
  }
}
.list-and-image-2-column .center-text {
  text-align: center;
}
.list-and-image-2-column a {
  color: #1B4695;
  text-decoration: underline;
}
@media only screen and (min-width: 56.25em) {
    .list-and-image-2-column a:hover,
    .list-and-image-2-column a:focus {
        color: #2a6496;
        text-decoration: underline;
    }
}
.list-and-image-2-column sup {
  font-size: 0.6875rem;
  font-weight: 400;
  top: -1.5em;
}
.list-and-image-2-column sup a {
  font-size: 0.6875rem;
  font-weight: 400;
  text-decoration: underline;
  color: #1b4695;
}
.list-and-image-2-column sup a:hover,
.list-and-image-2-column sup a:focus {
  text-decoration: underline;
  color: #1b4695;
  cursor: pointer;
}
/* ===============================
Font Options
================================== */
/* Serif */
.list-and-image-2-column .second-headline--serif {
  font-family: "Chronicle", "Times New Roman", Times, serif !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}
/* Sans-Serif */
.list-and-image-2-column .second-headline {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0;
}
/* ===============================
Font Size Options
================================== */
/* Large */
.list-and-image-2-column .second-headline--lg {
  font-size: 2.625rem !important;
}
/* Medium */
.list-and-image-2-column .second-headline--md {
  font-size: 2rem !important;
}
.list-and-image-2-column .second-headline {
  margin-bottom: 1.5rem;
}
/*.list-and-image-2-column .image-wrapper {
  margin: 0 auto;
}*/
@media only screen and (min-width: 37.5em) {
  .list-and-image-2-column .image-wrapper {
    width: 75%;
  }
}
@media only screen and (min-width: 56.25em) {
  .list-and-image-2-column .image-wrapper {
      flex: 0 0 48%;
      margin: 0;
      align-self: flex-start;
  }
}
@media only screen and (min-width: 56.25em) {
    .list-and-image-2-column .copy-wrapper {
        flex: 0 0 45%;
    }
}
.list-and-image-2-column .list {
  list-style-type: disc;
  margin-left: 1.875rem;
}
.list-and-image-2-column .list-item {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
.list-and-image-2-column .list .list-item {
  padding-left: 0.875rem;
  margin-bottom: 1.5rem;
}
.list-and-image-2-column .list .list-item a,
.list-and-image-2-column .list .list-item a:hover,
.list-and-image-2-column .list .list-item a:focus {
  text-decoration: underline;
}
.list-and-image-2-column .list .list-item sup a {
  font-size: 0.75rem;
  top: -0.75em;
  font-weight: 400;
  text-decoration: underline;
}
/* ===============================
Title Color
================================== */
/* Default */
.list-and-image-2-column .second-headline {
  color: #1b4695;
}
/* White */
.list-and-image-2-column .second-headline--white,
.list-and-image-2-column .second-headline--white a,
.list-and-image-2-column .second-headline--white sup {
  color: #fff !important;
}
/* Dark Gray */
.list-and-image-2-column .second-headline--dark-gray,
.list-and-image-2-column .second-headline--dark-gray a,
.list-and-image-2-column .second-headline--dark-gray sup {
  color: #444 !important;
}
/* Black */
.list-and-image-2-column .second-headline--black,
.list-and-image-2-column .second-headline--black a,
.list-and-image-2-column .second-headline--black sup {
  color: #000 !important;
}
/* Topaz */
.list-and-image-2-column .second-headline--topaz,
.list-and-image-2-column .second-headline--topaz a,
.list-and-image-2-column .second-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.list-and-image-2-column .second-headline--azurite,
.list-and-image-2-column .second-headline--azurite a,
.list-and-image-2-column .second-headline--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.list-and-image-2-column .second-headline--lapis,
.list-and-image-2-column .second-headline--lapis a,
.list-and-image-2-column .second-headline--lapis sup {
  color: #1C2758 !important;
}
/* Citrine */
.list-and-image-2-column .second-headline--citrine,
.list-and-image-2-column .second-headline--citrine a,
.list-and-image-2-column .second-headline--citrine sup {
  color: #FEC824 !important;
}
/* ===============================
Copy Color
================================== */
.list-and-image-2-column .paragraph-copy {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.5rem;
  padding: 0;
}
/* Default */
.list-and-image-2-column .paragraph-copy {
  color: #333;
}
/* Dark Gray */
.list-and-image-2-column .paragraph-copy--dark-gray,
.list-and-image-2-column .paragraph-copy--dark-gray a,
.list-and-image-2-column .paragraph-copy--dark-gray sup {
  color: #444 !important;
}
/* FT Blue */
.list-and-image-2-column .paragraph-copy--ftblue,
.list-and-image-2-column .paragraph-copy--ftblue a,
.list-and-image-2-column .paragraph-copy--ftblue sup {
  color: #1b4695 !important;
}
/* White */
.list-and-image-2-column .paragraph-copy--white,
.list-and-image-2-column .paragraph-copy--white a,
.list-and-image-2-column .paragraph-copy--white sup {
  color: #fff !important;
}
/* Topaz */
.list-and-image-2-column .paragraph-copy--topaz,
.list-and-image-2-column .paragraph-copy--topaz a,
.list-and-image-2-column .paragraph-copy--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.list-and-image-2-column .paragraph-copy--azurite,
.list-and-image-2-column .paragraph-copy--azurite a,
.list-and-image-2-column .paragraph-copy--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.list-and-image-2-column .paragraph-copy--lapis,
.list-and-image-2-column .paragraph-copy--lapis a,
.list-and-image-2-column .paragraph-copy--lapis sup {
  color: #1C2758 !important;
}
.list-and-image-2-column .paragraph-copy--dark-gray a,
.list-and-image-2-column .paragraph-copy--ftblue a,
.list-and-image-2-column .paragraph-copy--white a,
.list-and-image-2-column .paragraph-copy--topaz a,
.list-and-image-2-column .paragraph-copy--azurite a,
.list-and-image-2-column .paragraph-copy--lapis a {
  text-decoration: underline;
}
/* ===============================
List Color
================================== */
.list-and-image-2-column .list-item {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.5rem;
}
/* Default */
.list-and-image-2-column .list-item {
  color: #333;
}
/* White */
.list-and-image-2-column .list-item.list-item--white,
.list-and-image-2-column .list-item.list-item--white a,
.list-and-image-2-column .list-item.list-item--white sup a {
  color: #fff;
}
/* Gray */
.list-and-image-2-column .list-item.list-item--gray,
.list-and-image-2-column .list-item.list-item--gray a,
.list-and-image-2-column .list-item.list-item--gray sup a {
  color: #54565a;
}
/* Black */
.list-and-image-2-column .list-item.list-item--black,
.list-and-image-2-column .list-item.list-item--black a,
.list-and-image-2-column .list-item.list-item--black sup a {
  color: #444;
}
/* FT Blue */
.list-and-image-2-column .list-item.list-item--ftblue,
.list-and-image-2-column .list-item.list-item--ftblue a,
.list-and-image-2-column .list-item.list-item--ftblue sup {
  color: #1b4695 !important;
}
/* Topaz */
.list-and-image-2-column .list-item.list-item--topaz,
.list-and-image-2-column .list-item.list-item--topaz a,
.list-and-image-2-column .list-item.list-item--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.list-and-image-2-column .list-item.list-item--azurite,
.list-and-image-2-column .list-item.list-item--azurite a,
.list-and-image-2-column .list-item.list-item--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.list-and-image-2-column .list-item.list-item--lapis,
.list-and-image-2-column .list-item.list-item--lapis a,
.list-and-image-2-column .list-item.list-item--lapis sup {
  color: #1C2758 !important;
}
/* ===============================
CTA Color
================================== */
.list-and-image-2-column .list-and-image-cta-button {
  display: inline-block;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0.9375rem 2.75rem;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .list-and-image-2-column .list-and-image-cta-button:hover,
    .list-and-image-2-column .list-and-image-cta-button:focus {
    text-decoration: none;
  }
}
/* Default */
.list-and-image-2-column .primary-button {
  background-color: #1c2758;
  color: #fff;
  border: 0.125rem solid #1c2758;
}
@media only screen and (min-width: 56.25em) {
    .list-and-image-2-column .primary-button:hover,
    .list-and-image-2-column .primary-button:focus {
        background-color: #1b4695;
        color: #fff;
        text-decoration: none;
      }
}
/* FT Blue */
.list-and-image-2-column .primary-button--ftblue {
  background-color: #1B4695 !important;
  color: #fff !important;
  border: 0.125rem solid #1B4695 !important;
}
.list-and-image-2-column .primary-button--ftblue:hover,
.list-and-image-2-column .primary-button--ftblue:focus {
  background-color: #2054b3 !important;
  color: #fff !important;
  border: 0.125rem solid #2054b3 !important;
}
/* FT Green */
.list-and-image-2-column .primary-button--ftgreen {
  background-color: #08aa66 !important;
  color: #fff !important;
  border: 0.125rem solid #08aa66 !important;
}
.list-and-image-2-column .primary-button--ftgreen:hover,
.list-and-image-2-column .primary-button--ftgreen:focus {
  background-color: #00804a !important;
  border: 0.125rem solid #00804a !important;
  color: #fff !important;
}
/* Topaz */
.list-and-image-2-column .primary-button--topaz {
  background-color: #67B2E8 !important;
  color: #000 !important;
  border: 0.125rem solid #67B2E8 !important;
}
.list-and-image-2-column .primary-button--topaz:hover,
.list-and-image-2-column .primary-button--topaz:focus {
  background-color: #65a1ce !important;
  border: 0.125rem solid #65a1ce !important;
  color: #000 !important;
}
/* Azurite */
.list-and-image-2-column .primary-button--azurite {
  background-color: #1775BB !important;
  color: #fff !important;
  border: 0.125rem solid #1775BB !important;
}
.list-and-image-2-column .primary-button--azurite:hover,
.list-and-image-2-column .primary-button--azurite:focus {
  background-color: #13619a !important;
  border: 0.125rem solid #13619a !important;
  color: #fff !important;
}
/* Ghost */
.list-and-image-2-column .primary-button--ghost {
  background-color: transparent !important;
  color: #fff !important;
  border: 0.125rem solid #fff !important;
}
.list-and-image-2-column .primary-button--ghost:hover,
.list-and-image-2-column .primary-button--ghost:focus {
  background-color: #fff !important;
  border: 0.125rem solid #fff !important;
  text-decoration: none !important;
  color: #1B4695 !important;
}
/* Ghost (Lapis) */
.list-and-image-2-column .primary-button--ghost-lapis {
  background-color: transparent !important;
  color: #1C2758 !important;
  border: 0.125rem solid #1C2758 !important;
}
.list-and-image-2-column .primary-button--ghost-lapis:hover,
.list-and-image-2-column .primary-button--ghost-lapis:focus {
  background-color: #54565a !important;
  border: 0.125rem solid #54565a !important;
  text-decoration: none !important;
  color: #fff !important;
}
/* Ghost (FT Blue) */
.list-and-image-2-column .primary-button--ghost-ftblue {
  background-color: transparent !important;
  color: #1B4695 !important;
  border: 0.125rem solid #1B4695 !important;
}
.list-and-image-2-column .primary-button--ghost-ftblue:hover,
.list-and-image-2-column .primary-button--ghost-ftblue:focus {
  background-color: #1B4695 !important;
  border: 0.125rem solid #1B4695 !important;
  text-decoration: none !important;
  color: #fff !important;
}
/* Lapis */
.list-and-image-2-column .primary-button--lapis {
  background-color: #1C2758 !important;
  color: #fff !important;
  border: 0.125rem solid #1C2758 !important;
}
.list-and-image-2-column .primary-button--lapis:hover,
.list-and-image-2-column .primary-button--lapis:focus {
  background-color: #1B4695 !important;
  border: 0.125rem solid #1B4695 !important;
  color: #fff !important;
}
/* Lapis (WAM) */
.list-and-image-2-column .primary-button--lapis-wam {
  background-color: #1C2758 !important;
  color: #fff !important;
  border: 0.125rem solid #1C2758 !important;
}
.list-and-image-2-column .primary-button--lapis-wam:hover,
.list-and-image-2-column .primary-button--lapis-wam:focus {
  background-color: #54565a !important;
  color: #fff !important;
  border: 0.125rem solid #54565a !important;
}

/* ===============================
Button Type
================================== */
.list-and-image-2-column .list-and-image-cta-button--rounded-corners,
 .list-and-image-2-column .list-and-image-cta-button--rounded {
    border-radius: 0.375rem;
}
.list-and-image-2-column .list-and-image-cta-button--rounded-button {
    border-radius: 1.5em;
}
/* ============================
Background Color Options
=============================== */
/* Default */
.list-and-image-2-column-wrapper.section-background-blue {
  background-color: #eef7fe;
}
.list-and-image-2-column-wrapper.section-background-white {
  background-color: #fff;
}
/* Gray */
.list-and-image-2-column-wrapper.section-background--gray {
  background-color: #f1f1f1 !important;
}
/* Dark Gray */
.list-and-image-2-column-wrapper.section-background--dark-gray {
  background-color: #444 !important;
}
/* LT Blue */
.list-and-image-2-column-wrapper.section-background--ltblue {
  background-color: #eef7fe !important;
}
/* FT Blue */
.list-and-image-2-column-wrapper.section-background--ftblue {
  background-color: #1B4695 !important;
}
/* White */
.list-and-image-2-column-wrapper.section-background--white {
  background-color: #fff !important;
}
/* Topaz */
.list-and-image-2-column-wrapper.section-background--topaz {
  background-color: #67B2E8 !important;
}
/* Azurite */
.list-and-image-2-column-wrapper.section-background--azurite {
  background-color: #1775BB !important;
}
/* Lapis */
.list-and-image-2-column-wrapper.section-background--lapis {
  background-color: #1C2758 !important;
}
/* Blue-Green Gradient */
.list-and-image-2-column-wrapper.section-background--blue-green-gradient {
    background: linear-gradient(90deg, rgba(27,70,149,1) 0%, rgba(23,117,187,1) 35%, rgba(8,170,102,1)100%) !important;
}
/* Blue-Blue Gradient */
.list-and-image-2-column-wrapper.section-background--blue-blue-gradient {
  background: linear-gradient(90deg, rgba(14,95,206,1) 0%, rgba(14,95,206,1) 35%, rgba(87,181,248,1) 100%) !important;
}

.list-and-image-2-column .button-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 27em) {
    .list-and-image-2-column .button-wrapper {
        padding-bottom: 3rem;
    }  
}

/* =================================================================
Themes
================================================================= */
.momentum .list-and-image-2-column {
    max-width: 900pt;
}
@media only screen and (min-width: 1025px) {
    .list-and-image .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 4.5rem 0 2.25rem;
        justify-content: space-between;
    }
    .list-and-image:not(:first-child) ~ .list-and-image .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 2.25rem 0;
    }
    .list-and-image:nth-last-child(1 of .list-and-image) .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 2.25rem 0 4.5rem;
    }
    .momentum .list-and-image-2-column .list-and-image-cta-button--rounded-button {
        padding: 1rem 2.5rem;
    }
    .momentum .list-and-image-2-column .second-headline {
        max-width: 85%;
    }
}
@media only screen and (max-width: 1023px) {
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 3rem 1.5rem;
    }
    .momentum .list-and-image-2-column .list-and-image-cta-button {
        width: 100%;
    }
    .momentum .list-and-image-2-column .list-and-image-cta-button--rounded-button {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 2rem 1.5rem;
    }
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column .image-wrapper {
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 27em) {
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column .button-wrapper {
        padding-bottom: 0;
    }
    .momentum .list-and-image-2-column .second-headline {
        text-align: center;
    }
}
.momentum .list-and-image-2-column .second-headline {
    color: var(--brand-primary-opal);
    font-size: 2.15rem;
    font-weight: 700;
}
@media only screen and (min-width: 56.25em) {
    .momentum .list-and-image-2-column .copy-wrapper {
        flex: 0 0 43%;
    }
}
.momentum .list-and-image-2-column .copy-wrapper > p {
    padding: 0;
}
.momentum .list-and-image-2-column .copy-wrapper > p:not(.paragraph-copy) ~ p {
    padding: 1rem 0 0 0;
}
.momentum .list-and-image-2-column .copy-wrapper > p.paragraph-copy {
    margin: 0 !important;
}
.momentum .list-and-image-2-column .copy-wrapper p:empty {
    display: none;
}
.momentum .list-and-image-2-column .list-and-image-cta-button--rounded-button {
    border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
    .list-and-image .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 2rem 1.5rem 1rem;
    }
    .list-and-image:not(:first-child) ~ .list-and-image .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 2rem 1.5rem;
    }
    .list-and-image:nth-last-child(1 of .list-and-image) .momentum.list-and-image-2-column-wrapper .list-and-image-2-column {
        padding: 1rem 1.5rem 2rem;
    }
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column .copy-wrapper {
        margin-bottom: 1.5rem;
    }
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column .image-wrapper {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .momentum.list-and-image-2-column-wrapper .list-and-image-2-column .button-wrapper {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .momentum.c-content-block-btn .c-text-block img {
        max-width: 50%;
    }
}

/* List and Image 2 Col - Split List */
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .copy-wrapper {
    flex: 0 0 43%;
}
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column {
    padding: 4.5rem 1.5rem 0;
}
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list .list-item sup {
    font-size: 0.6875rem;
    font-weight: 400;
    top: -0.75em;
}
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list {
    list-style: none;
    padding-left: 0;
}
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list .list-item {
    position: relative;
    padding-left: 3.5rem;  /* space to preserve indentation on wrap */
}
.list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list .list-item:before {
    content: '';  /* placeholder for the SVG */
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    width: 2.5rem;
    height: 2.5rem;
    background: url('../../../../../content/dam/fifth-third/momentum/icons/icon-checkmark.svg') no-repeat;
}
@media only screen and (min-width: 56.25em) {
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: flex-end;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list {
        -moz-column-count: 2;
        -moz-column-gap: 500px;
        -webkit-column-count: 2;
        -webkit-column-gap: 500px;
        column-count: 2;
        column-gap: 500px;
        min-height: 250px;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside:avoid;
        -moz-page-break-inside:avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column {
        position: relative;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .copy-wrapper {
        flex: 0 0 100%;
        margin-bottom: 2rem;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list.u-font-large .list-and-image-2-column .second-headline {
        width: 70%;
        text-align: center;
        margin: 0 auto 10rem;
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .image-wrapper {
        margin: 0 auto;
        position: absolute;
        flex: 0 0 100%;
        width: auto;
        text-align: center;
        z-index: 9;
        font-size: 0;
    }
}
@media only screen and (min-width: 37.5em) {
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .image-wrapper {
        font-size: 0;
    }
}
@media only screen and (max-width: 27em) {
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .image-wrapper {
        font-size: 0;
        bottom: 5px;
        position: relative;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list {
        margin-left: 0;
    }
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column {
        padding: 1.5rem 1rem 0;
        margin-bottom: -0.35rem;
    }
}
@media only screen and (min-width: 851px) and (max-width: 920px) {
    .list-and-image-2-column-wrapper.momentum.list-and-image-2-column--split-list .list-and-image-2-column .list {
        column-gap: 440px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .momentum .list-and-image-2-column .second-headline {
        text-align: center;
    }
}