header + .text-box {
  margin-top: 100px;
}

.text-box .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-box .align-items-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.text-box .text {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .text-box .text {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .text-box .text.text-align-center {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .text-box .text.text-max-width-80 {
    width: 80%;
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .text-box .text.left {
    padding-right: 42px;
  }
}
@media (min-width: 992px) {
  .text-box .text.right {
    padding-left: 42px;
  }
}
.text-box .text h2 {
  color: var(--color-white);
}
.text-box .text h2,
.text-box .text h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-box .text h2,
  .text-box .text h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}
.text-box .text h3 {
  font-weight: 400;
}
.text-box .text p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .text-box .text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.text-box .text .cta-wrapper {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text-box .text .cta-wrapper a {
  text-align: center;
}
.text-box .text .cta-wrapper a:first-child {
  margin: 0 0 26px 0;
}
@media (min-width: 1200px) {
  .text-box .text .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-box .text .cta-wrapper.arrange-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .text-box .text .cta-wrapper.arrange-vertical a {
    text-align: left;
  }
  .text-box .text .cta-wrapper.arrange-vertical a:first-child {
    margin: 0 0 20px 0;
  }
  .text-box .text .cta-wrapper a:first-child {
    margin: 0 26px 0 0;
  }
}
@media (max-width: 1399.9px) {
  .text-box .text .cta-wrapper a {
    /***
    &:first-child {
    	margin-bottom: 20px;
    }
    ***/
  }
  .text-box .text .cta-wrapper a.arrow-right {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
  }
}