.ln-section-title {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - var(--ln-page-gutter-pair)) !important;
}

.ln-section-title .tn-atom {
  width: auto !important;
  height: auto !important;
  color: #040601 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: var(--ln-display-size) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase;
  max-width: 100% !important;
  overflow-wrap: normal;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 639px) {
  .ln-section-title {
    max-width: calc(100% - var(--ln-page-gutter-pair)) !important;
  }
}

@media (max-width: 359px) {
  .ln-section-title .tn-atom {
    font-size: 38px !important;
  }
}
