.node__content {
  padding: 0 9px;
}
@media (min-width: 768px) {
  .node__content {
    padding: 0 84px;
  }
}
@media (min-width: 1024px) {
  .node__content {
    padding: 0;
  }
}

h1.banner__title {
  font-size: 36px !important;
  line-height: 48px;
  font-weight: 800;
}
@media (min-width: 768px) {
  h1.banner__title {
    font-size: 48px !important;
    line-height: 60px;
  }
}

.paragraph--type--html p {
  color: #313538;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.paragraph--type--html h2, .paragraph--type--html h3 {
  color: #313538;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
.paragraph--type--html:first-child h2 {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
.paragraph--type--html:first-child p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .paragraph--type--html:first-child h2 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 30px;
  }
  .paragraph--type--html:first-child p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .paragraph--type--html:first-child {
    margin-bottom: 39px;
  }
  .paragraph--type--html:first-child p {
    width: 944px;
    margin: 30px auto;
  }
}
.paragraph--type--html:last-child {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .paragraph--type--html:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--html p {
    font-size: 18px;
    line-height: 32px;
  }
  .paragraph--type--html h2, .paragraph--type--html h3 {
    font-size: 36px;
    line-height: 48px;
  }
}

.paragraph--type--icon-with-text {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text {
    width: 33%;
  }
  .paragraph--type--icon-with-text:nth-of-type(5) {
    margin-left: 80px;
  }
  .paragraph--type--icon-with-text:nth-of-type(6) {
    margin-right: 80px;
  }
}
@media (min-width: 1024px) {
  .paragraph--type--icon-with-text {
    width: 15%;
  }
  .paragraph--type--icon-with-text:nth-of-type(5) {
    margin: 0 auto;
  }
  .paragraph--type--icon-with-text:nth-of-type(6) {
    margin: 0 auto;
  }
}

a.green-link:link, a.green-link:visited {
  color: #04AD75;
  line-height: 18px;
}
@media (min-width: 768px) {
  a.green-link:link, a.green-link:visited {
    font-size: 18px;
  }
}

.h5 {
  color: #313538;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 800;
  height: unset;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.ordering-and-support {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .ordering-and-support .ordering-and-support {
    margin-top: 41px;
  }
}

.experiment-with-confidence {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .experiment-with-confidence .ordering-and-support {
    margin-top: 41px;
  }
}