/* contact-banner start */
.contact-banner-section {
  padding: 5rem 0;
  overflow: hidden;
}
.contact-banner-main .blazing-content p {
  margin-bottom: 1.4375rem;
}
.generic-main.contact-banner-main {
  gap: 1rem;
}
.contact-banner-main .blazing-right {
  width: 48%;
}
.contact-banner-main .blazing-left {
  width: 48%;
}

.contact-banner-main .blazing-right {
  position: relative;
}

.contact-banner-main .blazing-right::before {
  content: "";
  position: absolute;
  background-image: url(/staticfiles/images/contact-shape-top.svg);
  width: 18.75rem;
  height: 15.625rem;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-banner-main .blazing-right::after {
  content: "";
  position: absolute;
  background-image: url(/staticfiles/images/contact-shape-bottom.svg);
  width: 18.75rem;
  height: 15.625rem;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* contact-banner end */
.better-internet-section {
  background-image: url(/staticfiles/images/better-internet-bg.webp);
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .contact-banner-main .blazing-right img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .contact-banner-main .blazing-right::before {
    width: 18.75rem;
    height: 15.625rem;
    background-size: contain;
  }
  .contact-banner-main .blazing-right::after {
    width: 18.75rem;
    height: 15.625rem;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .generic-main.contact-banner-main {
    flex-direction: column;
  }
  .contact-banner-main .blazing-left {
    width: 95%;
  }
  .contact-banner-main .blazing-right {
    width: 80%;
  }
  .contact-banner-section {
    padding: 3rem 0;
  }
}
