.title-main h2 {
  font-size: 82px;
  line-height: 1.5;
  font-weight: 800;
}
.title-main h2 span {
  color: var(--white);
}

.title-36 {
  font-size: var(--fz-36);
  color: var(--strong);
  font-weight: 500;
  line-height: 1.5;
}

.title-24 {
  font-size: var(--fz-24);
  color: var(--strong);
  font-weight: 600;
  line-height: 1.5;
}

.body-20 {
  font-size: var(--fz-20);
  font-weight: 400;
  line-height: 1.5;
  color: var(--strong);
}

.title-18 p {
  font-size: var(--fz-18);
  font-weight: 400;
}

.body-18 {
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
}

.body-16 {
  font-size: var(--fz-16);
  font-weight: 400;
  color: var(--strong);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .title-main h2 {
    font-size: 64px;
    margin-bottom: 0px;
  }
}
