.title-with-subtitle .title-with-subtitle__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 100vh;
  text-align: center;
  padding: 0 20px;
}

.title-with-subtitle .title-with-subtitle__title {
  font-family: 'Kessler-Regular';
  margin: 0;
}

.title-with-subtitle .title-with-subtitle__subtitle {
  font-family: 'GT-America-Medium';
  margin: 0;
}
