.qtv-banner-style2 {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--secondary-EBF0F7, #EBF0F7);
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .qtv-banner-style2 {
      align-items: flex-start; } }
  .qtv-banner-style2 a {
    text-decoration: none; }
  .qtv-banner-style2 .featured__wrap {
    position: relative;
    z-index: 2; }
    .qtv-banner-style2 .featured__wrap .featured__item {
      flex-basis: 25%;
      position: relative;
      gap: 1rem;
      display: flex;
      padding: 1.25rem 5rem; }
      @media screen and (max-width: 767px) {
        .qtv-banner-style2 .featured__wrap .featured__item {
          padding: 24px 16px;
          margin-top: 0 !important;
          flex: 1;
          flex-direction: column;
          align-items: center;
          text-align: center; } }
      .qtv-banner-style2 .featured__wrap .featured__item .featured__title {
        flex: 1;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 600;
        color: var(--secondary-0E3779, #0E3779);
        margin: 0; }
        @media screen and (max-width: 767px) {
          .qtv-banner-style2 .featured__wrap .featured__item .featured__title {
            font-size: 1.5rem; } }
      .qtv-banner-style2 .featured__wrap .featured__item .featured__content {
        margin-top: 16px;
        font-size: 1.125rem;
        line-height: 1.5;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .qtv-banner-style2 .featured__wrap .featured__item .featured__content {
            font-size: 0.875rem;
            line-height: 1.5; } }
      .qtv-banner-style2 .featured__wrap .featured__item .featured__link {
        display: inline-block;
        margin-top: 31px;
        padding: 10px 16px;
        border-radius: 8px;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.2;
        color: var(--primary-143468, #143468);
        background-color: var(--secondary-ffffff, #fff); }
        @media screen and (max-width: 767px) {
          .qtv-banner-style2 .featured__wrap .featured__item .featured__link {
            margin-top: 24px;
            align-self: center; } }
        .qtv-banner-style2 .featured__wrap .featured__item .featured__link .icon {
          margin-left: 5px;
          display: inline-block;
          font-size: 16px;
          line-height: 1;
          color: var(--primary-143468, #143468); }
      .qtv-banner-style2 .featured__wrap .featured__item .social-links__list {
        margin: 20px 0 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px; }
        .qtv-banner-style2 .featured__wrap .featured__item .social-links__list li {
          padding: 0;
          font-size: 18px;
          line-height: 1;
          border-radius: 8px;
          color: var(--secondary-FFC78D, #FFC78D);
          background-color: var(--secondary-ffffff, #ffffff); }
          .qtv-banner-style2 .featured__wrap .featured__item .social-links__list li a {
            display: inline-block;
            padding: 9px; }
          .qtv-banner-style2 .featured__wrap .featured__item .social-links__list li svg {
            width: 18px;
            height: 18px;
            fill: var(--secondary-FFC78D, #FFC78D); }
          .qtv-banner-style2 .featured__wrap .featured__item .social-links__list li:hover {
            color: var(--secondary-ffffff, #ffffff);
            background: linear-gradient(to bottom, var(--secondary-E56C1A, #E56C1A), var(--secondary-FFBF4D, #FFBF4D)); }
            .qtv-banner-style2 .featured__wrap .featured__item .social-links__list li:hover svg {
              fill: var(--secondary-ffffff, #ffffff); }
  @media screen and (max-width: 767px) {
    .qtv-banner-style2 .featured__info {
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  .qtv-banner-style2::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, var(--background-color-from, #EBF0F7) 0%, var(--background-color-second, #EBF0F7) 65%, var(--background-color-to, #fff) 100%); }
    @media screen and (max-width: 768px) {
      .qtv-banner-style2::before {
        background-image: linear-gradient(to bottom, var(--background-color-from, #EBF0F7) 0%, var(--background-color-second, #EBF0F7) 45%, var(--background-color-to, #fff) 100%); } }
  .qtv-banner-style2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 55%;
    width: auto;
    height: 100%;
    background-image: var(--banner-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right; }
    @media screen and (max-width: 768px) {
      .qtv-banner-style2::after {
        left: 0;
        background-position: center bottom; } }
