.pre-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .pre-heading {
    font-size: 30px;
    line-height: 36px;
  }
}

.script-heading {
  font-family: relation-one, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .script-heading {
    font-size: 30px;
  }
}

.script-heading-27 {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 20px;
}

.microtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-wrap: balance;
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 28px;
    line-height: 32px;
  }
}

.title-large {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .title-large {
    font-size: 31px;
    line-height: 36px;
  }
}

.sub-heading {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .sub-heading {
    font-size: 20px;
    line-height: 1.2;
  }
}

.sub-heading-small {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}

.text-large-bold {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.text-tight {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-wrap: balance;
}

.text-large-open {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-wrap: balance;
}

.text-open-xlarge {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-wrap: balance;
}
@media (max-width: 991px) {
  .text-open-xlarge {
    font-size: 20px;
    line-height: 31px;
  }
}

.lead-text {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--color-cobalt);
}
.lead-text:not(:last-child) {
  margin-bottom: 20px;
}

.spec-value {
  font-family: "lemonde-journal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}

.wp-block-pulp-dual-list-highlight .block-wrapper {
  position: relative;
  background: var(--color-steel-blue);
}
.wp-block-pulp-dual-list-highlight .block-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: var(--color-cobalt);
  z-index: 1;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper:before {
    display: none;
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: var(--color-sky-blue);
  z-index: 1;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper:after {
    display: none;
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper .container {
    padding: 0;
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item {
  max-width: 50%;
  flex-basis: 50%;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item.group-item-1 {
  padding-right: 90px;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item.group-item-1 {
    padding-right: 0;
    background: var(--color-steel-blue);
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item.group-item-2 {
  padding-left: 90px;
}
@media (max-width: 991px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item.group-item-2 {
    padding-left: 0;
    background: var(--color-cobalt);
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item h2 {
  margin-bottom: 15px;
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .copy {
  margin-bottom: 30px;
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .highlight-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  .wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .highlight-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .highlight-list li {
  display: flex;
  align-items: flex-start;
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .highlight-list li svg {
  margin-right: 8px;
  position: relative;
  top: 10px;
  min-width: 19px;
}
.wp-block-pulp-dual-list-highlight .block-wrapper .container .group-item .btn {
  margin-top: 30px;
}
