/* Retro Realm: left-align Typhoon modular feature titles */
.rr-left-title .magic-content > div:first-child {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.rr-left-title .magic-content > div:first-child h2,
.rr-left-title .magic-content > div:first-child div,
.rr-left-title .magic-content > div:first-child p {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.rr-left-title .magic-content > div:first-child h2 {
  max-width: 48rem !important;
}