/* Font sizes */
/* Max widths for media queries */
.heading-component-container {
  margin-top: 50px; }
  .abcGrandStore .heading-component-container {
    color: #fff;
    margin-top: 40px; }
  .heading-component-container .heading-content {
    max-width: 476px;
    text-align: center;
    margin: 0 auto;
    padding: 0; }
    .abcGrandStore .heading-component-container .heading-content {
      display: -ms-flexbox;
      display: flex;
      gap: 25px;
      text-align: left; }
    .homepage .heading-component-container .heading-content {
      max-width: 582px; }
    .homepage.abcGrandStore .heading-component-container .heading-content {
      max-width: 100%;
      gap: 15px;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 768px) {
        .homepage.abcGrandStore .heading-component-container .heading-content {
          margin-top: 10px; } }
    .heading-component-container .heading-content .icon-feature {
      display: none;
      position: relative; }
      .abcGrandStore .heading-component-container .heading-content .icon-feature {
        display: -ms-flexbox;
        display: flex; }
      .heading-component-container .heading-content .icon-feature .title {
        position: absolute;
        color: #000;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 10px;
        line-height: 10px;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        margin: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        font-family: "Grand-Stage", sans-serif;
        font-weight: 400;
        transform: rotate(180deg);
        padding: 0 0 22px;
        padding-left: 1px;
        height: 176px; }
        @media screen and (max-width: 768px) {
          .heading-component-container .heading-content .icon-feature .title {
            padding-left: 0;
            padding-right: 3px; } }
        .heading-component-container .heading-content .icon-feature .title.release-calendar {
          height: 186px; }
    .heading-component-container .heading-content .heading {
      width: calc(100% - 36px); }
      .homepage.abcGrandStore .heading-component-container .heading-content .heading {
        max-width: 582px;
        padding: 0; }
      .homepage.abcGrandStore .heading-component-container .heading-content .heading h1, .homepage.abcGrandStore
      .heading-component-container .heading-content .heading h2 {
        margin-top: 0; }
    .heading-component-container .heading-content h1,
    .heading-component-container .heading-content h2 {
      font-size: 30px;
      margin-bottom: 25px; }
      .abcStandardStore .heading-component-container .heading-content h1, .abcStandardStore
      .heading-component-container .heading-content h2 {
        font-family: "SuperClarendon", sans-serif;
        font-weight: 700; }
      .abcGrandStore .heading-component-container .heading-content h1, .abcGrandStore
      .heading-component-container .heading-content h2 {
        font-weight: 600;
        margin-bottom: 10px; }
        @media (max-width: 768px) {
          .abcGrandStore .heading-component-container .heading-content h1.homepage, .abcGrandStore
          .heading-component-container .heading-content h2.homepage {
            margin-bottom: 5px; } }
    .heading-component-container .heading-content p {
      font-weight: 600; }
      .homepage .heading-component-container .heading-content p {
        font-size: 16px;
        margin-bottom: 0px; }
