.column-1-textLarge-Bold {
  
  
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .055em
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-1-textLarge-Bold {
    font-size: clamp(14px, calc(22 / 1744 * 100vw), 22px)
  }
}
@media screen and (max-width:1024px) {
  .column-1-textLarge-Bold {
    font-size: clamp(14px, calc(22 / 1024 * 100vw), 22px)
  }
}
@media screen and (max-width:750px) {
  .column-1-textLarge-Bold {
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px)
  }
}
