.single-lp .number-copy {
  margin: -11px 0 32px !important;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy {
    margin: -29px 0 10px !important;
  }
}
.single-lp .number-copy .number-copy-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .number-copy-row {
    flex-direction: column;
    align-items: center;
  }
}
.single-lp .number-copy p {
  margin: 0;
}
.single-lp .number-copy .small-text {
  color: #000;
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .small-text {
    font-size: 24px;
  }
  .single-lp .number-copy .small-text span {
    display: none;
  }
}
.single-lp .number-copy .big-text {
  font-size: 96px;
  color: #0A2D7B;
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .big-text {
    font-size: 56px;
  }
}
.single-lp .number-copy .big-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 21px;
  background: #FCF69F;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .big-text:after {
    height: 14px;
  }
}
.single-lp .number-copy .big-text span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .big-text span {
    font-size: 24px;
  }
}
.single-lp .number-copy .note-text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-lp .number-copy .note-text {
    font-size: 16px;
  }
}
.single-lp .lpo-btn {
  color: #fff;
  background-color: #0A2D7B;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 28px;
  padding: 0 41px;
  transition: opacity 0.25s;
  width: fit-content;
  margin: 50px auto 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-lp .lpo-btn {
    font-size: 18px;
    padding: 0;
    width: 100%;
    max-width: 343px;
    text-align: center;
    line-height: 1.1;
  }
}
.single-lp .lpo-btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #fff;
}
.single-lp .lpo-btn br {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-lp .lpo-btn br {
    display: block;
  }
}