@media (min-width: 480px) {
    .card-content {
        padding: 20px;
    }
}

@media (min-width:768px) {
    .framework-section .net {
        width: 310px;
        height: 210px;
    }

    .podcast-title {
        font-size: 36px;
    }

    h1::after {
        left: 0;
        top: -8px;
        width: 120px;
        height: 120px;
    }

    .red-box {
        width: 120px;
        height: 120px;
    }

    .ai-heading {
        margin-bottom: 35px;
        margin-left: 50px;
    }

    .ai-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .ai-card-content {
        padding: 16px;
    }

    .framework-tab {
        font-size: 16px;
    }

    .framework-heading {
        margin-bottom: 32px;
    }

    .framework-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .framework-subheader-label {
        font-size: 14px;
    }

    .sales-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .sales-wrapper h2 {
        width: 70%;
        margin-bottom: 0;
        font-size: 34px;
        line-height: 40px;
    }

    .brand-logo-wrapper {
        flex-direction: row;
        gap: 40px;
    }

    .security {
        min-height: 360px;
        padding: 70px 0;
    }

    .security-content {
        height: auto;
        padding-bottom: 0;
    }

}

@media (min-width:992px) {
    .podcast-player {
        padding-bottom: 0;
    }

    .open-section {
        padding: 60px 0;
    }

    .open-left {
        position: absolute;
        width: 50%;
        left: 0;
        bottom: -76px;
        height: 91%;
        z-index: 9;
        background: #0B101E;
    }

    .faq-section::before {
        width: 97px;
        height: 123px;
    }

    .faq-image {
        flex: 0 0 37%;
    }

    .straight-line {
        display: block;
        position: absolute;
        left: 15px;
        top: -5%;
        z-index: 9;
        height: 88%;
    }

    .open-inner {
        padding: 0px;
        justify-content: right;
    }

    .open-tag {
        margin-left: 30px;
    }

    .open-right {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .open-item .item-arrow {
        right: 20px;
    }

    .stripes {
        width: 150px;
        height: 150px;
    }
}

@media (min-width:1024px) {
    .innovation-banner {
        min-height: 700px;
        padding: 145px 0;
    }

    .framework-section .net {
        width: 425px;
        height: 300px;
    }

    .podcast-title {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 36px;
    }

    .sales-box-wrapper {
        padding: 72px 0;
    }

    .innovation-banner p {
        font-size: 20px;
        line-height: 24px;
        padding-left: 18px;
    }

    .red-box {
        width: 200px;
        height: 200px;
        bottom: -50px;
    }

    h1::after {
        top: -27px;
        left: -6px;
        width: 150px;
        height: 150px;
    }

    .ai-heading {
        margin-left: 45px;
        margin-bottom: 20px;
    }

    .ai-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .ai-label {
        font-size: 14px;
        padding: 6px 10px;
        margin-bottom: 16px;
    }

    .framework-label,
    .ai-label,
    .open-tag {
        letter-spacing: 3px;
    }

    .ai-card-content {
        padding: 15px;
    }

    .framework-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .framework-cards.cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .framework-card {
        min-height: 400px;
    }

    .framework-subheader {
        margin-bottom: 24px;
    }

    .framework-subheader-label {
        font-size: 16px;
        padding: 4px 12px;
    }

    .framework-subheader-desc {
        font-size: 16px;
    }

    .framework-tabs {
        padding: 10px;
        gap: 8px;
    }

    .framework-heading h2 {
        margin-bottom: 40px;
    }

    .framework-tab {
        font-size: 20px;
        padding: 11px 40px;
        border-radius: 999px;
    }

    .card-content {
        padding: 15px;
    }

    .sales-wrapper {
        padding: 60px;
    }

    .framework-section {
        padding: 100px 0 80px;
    }

    .section .cards {
        margin-top: 40px;
    }

    .section {
        padding: 80px 0;
    }

    .open-tag {
        font-size: 14px;
        padding: 2px 11px;
        top: -65px;
    }
}

@media (min-width:1200px) {
    .faq-section {
        padding: 100px 0;
    }

    .ai-bottom-line {
        bottom: -180px;
        height: 160px;
    }

    .straight-line {
        top: -6%;
    }

    .open-section {
        padding: 100px 0 80px;
    }

    .faq-question .faq-icon {
        padding-right: 30px;
    }

    .faq-section::before {
        width: 185px;
        height: 180px;
    }

    .card-content h3 {
        margin-bottom: 24px;
    }

    .faq-wrapper {
        padding-left: 130px;
    }

    .faq-title {
        margin-left: 100px;
    }

    .faq-title {
        margin-bottom: 60px;
    }

    .open-tag {
        margin-left: 75px;
    }

    .spotify-icon {
        top: 67px;
        right: 64px;
    }

    .sales-wrapper h2 {
        font-size: 40px;
        width: 75%;
    }

    .podcast-card {
        padding: 72px 58px;
    }

    .podcast-player {
        padding-right: 58px;
    }

    .red-box {
        width: 300px;
        height: 300px;
    }

    .sales-wrapper {
        padding: 72px;
    }

    .podcast-title {
        font-size: 32px;
    }

    .ai-card-content p {
        font-size: 18px;
        line-height: 27px;
    }

    .ai-investment-section {
        padding: 100px 0;
    }

    .ai-heading {
        margin-left: 90px;
        margin-bottom: 40px;
    }

    .ai-card-content {
        padding: 20px;
    }

    .card-content {
        padding: 20px;
    }

    .tags {
        margin-bottom: 24px;
    }

    .brand-logo {
        padding: 64px 0 100px;
    }

    .brand-logo-wrapper {
        flex-direction: row;
        gap: 64px;
    }

    .card-desc {
        font-size: 20px;
        line-height: 23px;
    }

    .podcast-meta {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .podcast-time {
        font-size: 14px;
    }

    .open-heading {
        margin-bottom: 60px;
    }

    .open-item .item-tag {
        font-size: 14px;
    }

    .open-item h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .podcast-save {
        margin-bottom: 50px;
    }

    .stripes {
        width: 200px;
        height: 200px;
    }

    .controls-inner {
        gap: 18px;
    }

    .dot.is-active {
        width: 56px;
    }

    .dots {
        gap: 16px;
    }

    .card-title {
        font-size: 30px;
    }

    .card.is-active .card-title {
        font-size: 36px;
        line-height: 36px;
    }

    .security {
        min-height: 440px;
        padding: 90px 0;
    }

    .security-content {
        height: auto;
    }

}

@media (min-width:1400px) {
    .faq-wrapper {
        gap: 56px;
    }

    .podcast-cover {
        margin-bottom: 40px;
    }

    .ai-card-content h3 {
        margin-bottom: 12px;
    }

    .open-right {
        padding-left: 60px;
        padding-right: 60px;
    }

    .open-left {
        height: 93%;
        bottom: -120px;
    }


    .faq-question .faq-icon {
        padding-right: 16px;
    }

    .faq-title {
        margin-bottom: 80px;
    }

    .stripes {
        right: 32px;
        bottom: 27px;
        width: 258px;
        height: 258px;
    }

    .pod-platforms {
        margin-top: 100px;
    }

    .straight-line {
        height: 640px;
        left: 42px;
    }

    .open-item .item-arrow {
        right: 60px;
    }

    .section {
        padding: 100px 0;
    }

    .podcast-time {
        font-size: 16px;
    }

    .podcast-title {
        font-size: 56px;
        line-height: 59px;
    }

    .framework-section {
        padding: 140px 0 100px;
    }

    .framework-card {
        min-height: 421px;
    }

    .open-tag {
        margin-left: 75px;
    }

    .innovation-banner {
        padding: 240px 20px 120px 60px;
        min-height: 806px;
    }

    .sales-wrapper h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .red-box {
        width: 300px;
        height: 300px;
    }

    h1::after {
        top: -27px;
        left: -6px;
        width: 180px;
        height: 180px;
    }

    .innovation-banner p {
        font-size: 18px;
        line-height: 27px;
    }

    .ai-card-content {
        padding: 32px;
    }

    .card-content {
        padding: 32px;
    }

    .framework-cards.cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .framework-subheader {
        margin-bottom: 30px;
    }

    .sales-wrapper {
        padding: 72px 111px 72px 72px;
    }

    .cards {
        height: 499px;
    }

    .podcast-player {
        gap: 32px;
    }

    .podcast-save {
        margin-bottom: 88px;
    }

    .card-link {
        margin-top: 23px;
    }

    .brand-logo-wrapper img {
        max-width: 180px;
    }

    .card-title {
        font-size: 36px;
        line-height: 36px;
    }

    .card.is-active .card-title {
        font-size: 48px;
        line-height: 48px;
        max-width: 300px;
    }

    h1 {
        margin-bottom: 40px;
        padding-left: 64px;
        padding-top: 13px;
    }

    .innovation-banner p {
        padding-left: 18px;
        margin-left: 48px;
    }

    .framework-card.bg-red h3 {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 24px;
    }

    .framework-card.bg-red p {
        font-size: 32px;
        line-height: 35px;
    }
}

@media (min-width:1520px) {
    .red-box {
        width: 438px;
        height: 438px;
        bottom: -25px;
    }

    h1::after {
        top: -27px;
        left: -6px;
        width: 267px;
        height: 267px;
    }

}

@media (min-width:1600px) {
    .faq-answer p {
        padding: 0 114px 0px 0;
    }

    .pod-embed iframe {
        width: 110%;
    }

    .security h2 {
        margin: 146px auto 0;
    }

    .security {
        min-height: 800px;
    }

    .podcast-meta {
        margin-bottom: 35px;
    }

    h1::after {
        top: -44px;
        left: -27px;
    }

    .framework-section .net {
        width: 654px;
        height: auto;
    }

    .faq-section::before {
        width: 239px;
        height: 239px;
    }

    .faq-title {
        margin-left: 150px;
    }

    .faq-wrapper {
        padding-left: 241px;
    }

    .straight-line {
        height: 99%;
        left: 90px;
    }

    .open-tag {
        margin-left: 120px;
    }
}

@media (min-width:1800px) {
    h1::after {
        top: -37px;
        left: -102px;
    }

    .open-tag {
        margin-left: 174px;
    }

    .red-box {
        bottom: -91px;
    }

    .straight-line {
        left: 132px;
    }
}

/* ==========================================
   SECURITY SECTION MOBILE & SMALL TABLET RESPONSIVENESS
   ========================================== */
@media (max-width: 767px) {
    .security {
        min-height: 280px;
        padding: 60px 15px;
    }

    .security h2 {
        line-height: 1.35;
        padding: 0 10px;
    }

    .security__bg-svg,
    .security .ai-products__bg-svg {
        width: 130%;
        max-width: 650px;
    }
}

@media (max-width: 480px) {
    .security {
        min-height: 240px;
        padding: 45px 12px;
    }

    .security h2 {
        line-height: 1.35;
    }
}