section#banner h1 {
  font-size: 48px;
  line-height: 72px;
}
section#banner p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
section#banner h1 {
  font-size: 48px;
  line-height: 72px;
}
section#banner p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
section#trusted {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fbfbfb;
  font-weight: 400;
  font-size: 18px;
}
section#trusted #label-content {
  line-height: 40px;
}
section#trusted .item {
  line-height: 32px;
}
section#trusted .item img {
  width: 24px;
}
section#trusted .item .tags {
  font-size: 24px;
  line-height: 36px;
  color: #062d65;
}
section#payment {
  font-size: 20px;
  line-height: 36px;
}
section#payment h2 {
  font-size: 40px;
  line-height: 64px;
}
section#payment h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
}
section#payment h4 {
  font-size: 22px;
  line-height: 44px;
}
section#growth h2 {
  font-size: 40px;
  line-height: 64px;
}
.growth-img-box {
  max-width: 292px;
  max-height: 282px;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.growth-img-box:hover .growth-img-inner img {
  transform: scale(1.15);
}
.growth-img-inner img {
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1);
}
.growth-content {
  font-size: 20px;
  line-height: 36px;
}
section#service {
  font-size: 20px;
  line-height: 36px;
}
section#service .container {
  background-color: #fbfbfb;
  padding: 40px 40px 60px;
  border-radius: 24px;
}
#serviceTab {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #edebeb !important;
}
#serviceTab .nav-item {
  flex: 1 1 0;
  text-align: center;
}
#serviceTab .nav-link {
  color: #313131;
  font-size: 24px;
  line-height: 44px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  padding: 18px 0;
  transition: border-bottom 0.2s, color 0.2s;
}
#serviceTab .nav-link.active {
  border-bottom: 4px solid #003f91;
  color: #003f91;
  background-color: unset;
}
#serviceTabContent h3 {
  font-size: 40px;
  line-height: 64px;
}
section#join {
  font-size: 24px;
  line-height: 44px;
}
section#join h2 {
  font-size: 40px;
  line-height: 64px;
}
