.title-section .title-section__wrapper {
  text-align: center;
  margin: 0 rem(16); }
.title-section .title-section__title {
  font-size: rem(40);
  font-weight: var(--fw-bold);
  font-family: var(--font-family--Helvetica);
  text-transform: none;
  line-height: 1.25; }
  @media screen and (max-width: 640px) {
    .title-section .title-section__title {
      font-size: rem(24); } }
