.action_banner_audio {
  .action-banner {
    width: 100%;
    font-weight: 400;
    gap: 40px;
    padding: 36px 24px;
    align-items: center;
    display: flex;

    .action-banner-text {
      color: var(--color-gray-darker3);
      font-weight: 300;
      letter-spacing: 0;

      .cmp-title {
        text-align: left;
        color: var(--color-gray-darker3);
        font-size: 2.5rem;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 52px;
        margin: 0;
      }

      .cmp-text {
        color: var(--color-gray-darker3);
        font-size: 1.5rem;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 32px;
      }
    }

    .action-banner-buttons {
      margin-left: 0;
    }
  }

  .audio {
    .podcast-player {
      margin: 0;
      
      .cta_buttons {
        justify-content: center;
      }
    }
  }
}

@media (max-width: 1024px) {
  .action_banner_audio {
    .action-banner {
      display: block;
      box-sizing: border-box;

      .cmp-text {
        font-size: 1.25rem;
        line-height: 28px;
      }

      .action-banner-buttons {
        margin-top: 20px;
      }
    }

    .audio {
      max-width: 360px;

      .container__general {
        padding: 0;
      }
    }
  }

  .podcast-player {
    width: auto !important;
  }
}