

/* /home-internet/ */
.features-wrapper .features-container h1.heading-two {
  text-align: center;
}

@media (max-width: 786px) {
  .features-wrapper .features-container h1.heading-two {
    max-width: calc(min(500px, 100%));
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .features-wrapper .features-container h1.heading-two {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: normal;
  }
}

/* /our-yearly-plans/ */
.yearly-plans-perks-wrapper .yearly-plans-perks-container h1.heading-two {
  margin-bottom: 115px;
  text-align: center;
}

@media (max-width: 1024px) {
  .yearly-plans-perks-wrapper .yearly-plans-perks-container h1.heading-two {
    max-width: 400px;
    margin: 0 auto 115px;
  }
}

@media (max-width: 600px) {
  .yearly-plans-perks-wrapper .yearly-plans-perks-container h1.heading-two {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: normal;
  }
}

/* /unlimited-data/ */
.plans-wrapper h1.heading-two {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 42px;
}

@media (max-width: 700px) {
  .plans-wrapper h1.heading-two {
    font-size: 40px;
    padding-inline: 12px;
    max-width: calc(min(372px, 100%));
  }
}
