.common-title {
  color: var(--text-dark, #000);
  font-family: BourtonLineMedium;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -2.4px;
  margin: 0;
}
.common-title .left {
  text-align: left;
}
.common-title .center {
  text-align: center;
}
.common-title .right {
  text-align: right;
}