.tv-provider--section {
  background: #000;
  padding: 40px 0;
}
.tv-provider--section .section--wrapper {
  max-width: var(--max-width, 1400px);
  margin: 0 auto;
  padding: 0 var(--spacing-side, 40px);
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tv-provider--section .section--wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 0 20px;
  }
}
.tv-provider--section .tv-provider--heading {
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .tv-provider--heading {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .tv-provider--section .tv-provider--heading {
    border-right: none;
    padding-bottom: 0px;
    width: 100%;
  }
}
.tv-provider--section .tv-provider--heading .heading {
  font-family: "Tusker FoxNFL 7600", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .tv-provider--heading .heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .tv-provider--section .tv-provider--heading .heading {
    font-size: 28px;
  }
}
.tv-provider--section .tv-provider--card {
  flex: 0 0 auto;
  width: 500px;
  background: #0061C3;
  border-radius: 12px;
  padding: 28px 32px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .tv-provider--section .tv-provider--card {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .tv-provider--section .tv-provider--card {
    width: 100%;
    margin-left: 0;
  }
}
.tv-provider--section .tv-provider--card .body-text {
  color: #fff;
  font-size: var(--font-size-secondary, 16px);
  font-family: var(--font-medium);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tv-provider--section .tv-provider--card .body-text {
    font-size: 16px;
  }
}
.tv-provider--section .tv-provider--card .cta--button {
  display: block;
  text-align: center;
  padding: 14px 24px;
  background: #fff;
  color: #000;
  font-size: var(--font-size-caption-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.tv-provider--section .tv-provider--card .cta--button:hover {
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  .tv-provider--section .tv-provider--card .cta--button {
    font-size: 14px;
  }
}

/*# sourceMappingURL=tv-provider.css.map */
