.columns {
  display: flex;
  padding-left: 10%;
  justify-content: center;
  align-items: center;
}

.lottie-animation {
  padding-right: 31px;
}

.intro-header {
  display: flex;
  height: 600px;
  margin-bottom: 75px;
  justify-content: center;
  align-items: center;
  background-color: #0d4ef7;
  color: #fff;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: -15px;
  color: #fff;
  font-size: 54px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.text-heading-orage {
  margin-top: 0px;
  margin-bottom: -15px;
  color: #fff;
  font-weight: 700;
}

.text-block {
  padding-right: 30px;
  padding-left: 30px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-top: 10px;
  padding-right: 0px;
  opacity: 0.6;
  text-align: left;
}

.section {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0d4ef7;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .intro-text {
    width: auto;
  }

  .button {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .intro-content {
    width: 80%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
}