.home .number-copy {
  margin: 25px 0 46px !important;
}
@media screen and (max-width: 767px) {
  .home .number-copy {
    margin: 19px 0 37px !important;
  }
}
.home .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) {
  .home .number-copy .number-copy-row {
    flex-direction: column;
    align-items: center;
  }
}
.home .number-copy p {
  margin: 0;
}
.home .number-copy .small-text {
  color: #000;
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .home .number-copy .small-text {
    font-size: 24px;
  }
  .home .number-copy .small-text span {
    display: none;
  }
}
.home .number-copy .big-text {
  font-size: 96px;
  color: #365387;
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .home .number-copy .big-text {
    font-size: 56px;
  }
}
.home .number-copy .big-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 21px;
  background: #FFDDBC;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .number-copy .big-text:after {
    height: 14px;
  }
}
.home .number-copy .big-text span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .home .number-copy .big-text span {
    font-size: 24px;
  }
}
.home .number-copy .note-text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .number-copy .note-text {
    font-size: 16px;
  }
}