.title1 {
  font-size: 80px;
  line-height: 92%;
  letter-spacing: -0.32px;
  font-weight: 800;
}

.title2,
.title2-up {
  font-size: 60px;
  line-height: 92%;
  letter-spacing: -0.4px;
  font-weight: 800;
}

.title2-up,
.title3-up {
  text-transform: uppercase;
}

.title3,
.title3-up {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-weight: 800;
}

.title4 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 600;
  font-style: normal;
}

.text1 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  font-weight: 400;
}

.text2 {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  font-weight: 400;
}

.text3 {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  font-weight: 500;
}

.text4 {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  font-weight: 500;
}

.font-button {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  .title1 {
    font-size: 52px;
  }
  .title2,
  .title2-up {
    font-size: 40px;
  }
  .title3,
  .title3-up {
    font-size: 32px;
  }
  .title4 {
    font-size: 22px;
  }
  .text1 {
    font-size: 16px;
  }
}


@media screen and (max-width: 600px) {
  .title1 {
    font-size: 30px;
    line-height: 1;
  }
  .title2,
  .title2-up {
    font-size: 24px;
    line-height: 1.3;
  }
  .title3,
  .title3-up {
    font-size: 20px;
  }
  .title4 {
    font-size: 16px;
  }
  .text1 {
    font-size: 14px;
  }
  .font-button {
    font-size: 14px;
  }
}
