.rural-internet-section {
  padding: 3.75rem 0;
  overflow: hidden;
}

.rural-internet-section .blazing-features {
  max-width: 75%;
}

.generic-main.rural-internet-main {
  gap: 2.125rem;
  align-items: center;
}

.rural-internet-main .blazing-left {
  width: 52%;
  padding-bottom: unset;
}

.rural-internet-main .blazing-right {
  width: 45%;
  position: relative;
}

.secure-container {
  width: 12rem;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 1rem 0.9rem;
  border-radius: 0.9019rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon {
  background-color: #8b67e4;
  padding: 0.6875rem;
  border-radius: 0.7894rem;
  margin-right: 0.625rem;
}

.icon img {
  width: 1.875rem;
  height: 1.875rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(91deg) brightness(108%) contrast(101%);
}

.secure-content h3 {
  font-weight: 400;
  font-size: 1.4375rem;
  color: rgba(16, 24, 40, 1);
  line-height: 0.9;
}

.secure-content p {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(106, 114, 130, 1);
}

.fast-result-container {
  width: 12rem;
  position: absolute;
  bottom: -2.5rem;
  left: -2.5rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 1rem 0.9rem;
  border-radius: 0.9019rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fast-result-container .icon {
  background-color: rgba(0, 201, 80, 1);
  padding: 0.6875rem;
  border-radius: 0.7894rem;
  margin-right: 0.625rem;
}

.rural-internet-main .authorized-retailer {
  max-width: 86%;
}

/* it-works start */
.it-works-main .choose-cards-main {
  margin-bottom: 4rem;
}

.it-works-main .blazing-btn a {
  margin-bottom: 2.3125rem;
}
.it-works-main .authorized-retailer {
  max-width: 65%;
  text-align: center;
}
/* it-works end */
/* internet trusted start */
.internet-trusted-section {
  padding: 4.375rem 0;
}

.internet-trusted-main {
  gap: 6.875rem;
}
.internet-trusted-main .blazing-left {
  width: 50%;
}
.internet-trusted-main .blazing-right {
  width: 40%;
}
/* internet trusted end */
/* choose-blazing start */
.choose-blazing-section {
  background-image: url(/staticfiles/images/choose-blazing-bg.webp);
  background-position: center;
}
.internet-trusted-main .generic-heading-content span {
  background-color: rgba(255, 255, 255, 1);
}

.generic-heading-content .authorized-retailer p {
  margin-bottom: unset;
}

.internet-trusted-main .generic-heading-content h2 {
  margin-bottom: 3rem;
}

.internet-trusted-main .choose-cards-main {
  display: unset;
}

.internet-trusted-main .choose-card {
  border: none;
  width: unset;
  display: flex;
  align-items: flex-start;
  gap: 1.3125rem;
  padding: unset;
}

.internet-trusted-main .choose-card:hover {
  box-shadow: unset;
}

.internet-trusted-main .choose-card p {
  min-height: unset;
  margin-bottom: 1.5625rem;
}

.internet-trusted-main .list-card {
  margin-bottom: 3rem;
}

.here-to-help-section {
  background-image: url(/staticfiles/images/here-to-help-bg.webp);
}
/* choose-blazing end */

@media (max-width: 1024px) {
  .internet-trusted-main {
    gap: 2.875rem;
  }
  .internet-trusted-main .blazing-right {
    width: 43%;
  }
}

@media (max-width: 768px) {
  .rural-internet-main .blazing-left {
    width: 100%;
  }

  .rural-internet-main .blazing-right {
    width: 80%;
  }
  .generic-main.rural-internet-main {
    gap: 4rem;
  }
  .internet-trusted-main {
    gap: 3rem;
    flex-direction: column;
  }
  .internet-trusted-main .blazing-left {
    width: 100%;
  }
  .internet-trusted-main .blazing-right {
    width: 80%;
  }
  .trusted-section.internet-trusted-section .internet-trusted-main {
    flex-direction: column-reverse;
  }
}

@media (max-width: 550px) {
}
