.title-dtx .title .title-wrapper h1 {
  font-weight: 500;
  letter-spacing: -2px !important;
}
.title {
  padding: 0;
}
.title .title-top-align {
  display: flex;
  align-items: start;
}
.title .title-middle-align {
  display: flex;
  align-items: center;
}
.title .title-bottom-align {
  display: flex;
  align-items: end;
}
.title .title-wrapper h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.125rem;
}
@media only screen and (min-width: 1280px) {
  .title .title-wrapper h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.title .title-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1280px) {
  .title .title-wrapper h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
.title .title-wrapper .title-left {
  justify-content: flex-start;
  text-align: left;
}
.title .title-wrapper .title-center {
  justify-content: center;
  text-align: center;
}
.title .title-wrapper .title-right {
  justify-content: flex-end;
  text-align: right;
}
