﻿.corp-c-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.corp-c-custom-container {
    width: 100%;
    height: 100%;
    /* padding: 80px 120px; */
    padding: 80px 0px;
    justify-content: center;
    align-items: center;
    gap: 28px;
    display: inline-flex;
}

.corp-c-column-flex-start {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.corp-c-headline-text {
    align-self: stretch;
    color: var(--Secondary-80F, #29BF12);
    font-size: 48px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 590;
    line-height: 56px;
    word-wrap: break-word;
}

.corp-c-body-text {
    align-self: stretch;
    color: var(--Black-shade-50, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 510;
    line-height: 24px;
    word-wrap: break-word;
}

.corp-c-primary-button {
    width: 152px;
    height: 40px;
    padding: 10px;
    background: #29BF12;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.corp-c-button-text {
    text-align: center;
    color: var(--White-shade-100, white);
    font-size: 16px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 590;
    line-height: 24px;
    word-wrap: break-word;
}

.corp-c-hero-video {
    width: 626px;
    height: 352px;
}

.corp-c-benefits-section {
    width: 100%;
    height: 100%;
    /* padding: 80px 120px; */
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.corp-c-benefits-content {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.corp-c-benefits-image {
    flex: 1 1 0;
    height: 460px;
}

.corp-c-benefits-text-container {
    width: 558px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.corp-c-benefits-title {
    font-size: 48px;
    line-height: 56px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 590;
    color: var(--Secondary-80F, #29BF12);
}

.corp-c-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.corp-c-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.corp-c-benefit-icon {
    width: 22px;
    height: 22px;
    background: var(--Secondary-80F, #29BF12);
    border: 1px solid black;
    border-radius: 50%;
}

.corp-c-benefit-description {
    font-size: 32px;
    line-height: 40px;
    font-family: 'SF Pro', sans-serif;
    font-weight: 400;
    color: var(--Black-shade-100, black);
    word-wrap: break-word;
}

.corp-c-brand-logo {
    /* width: 205px; */
    /* height: 57px; */
    padding: 10px 18px 3px 18px;
    background: black;
    border-radius: 8px;
    outline: 1px solid #A6A6A6;
    outline-offset: -1px;
    overflow: hidden;
    /* position: relative; */
}

.corp-c-group-plan {
    width: 100%;
    height: 100%;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 56px;
    display: inline-flex;
}

.corp-c-group {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
}

.corp-c-plan-title {
    text-align: center;
    color: #29BF12;
    font-size: 48px;
    font-family: 'SF Pro';
    font-weight: 590;
    line-height: 56px;
    word-wrap: break-word;
}

.corp-c-sub-title {
    text-align: center;
    color: var(--Black-shade-70, rgba(0, 0, 0, 0.70));
    font-size: 24px;
    font-family: 'SF Pro';
    font-weight: 510;
    line-height: 32px;
    word-wrap: break-word;
}

.corp-c-group-cards-block {
    margin-top: 56px;
    gap: 20px;
    display: grid;
    grid-template: 520px / auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.corp-c-card {
    flex: 1 1 0;
    padding: 20px;
    overflow: hidden;
    outline: 1px var(--Black-shade-10, rgba(0, 0, 0, 0.10)) solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.corp-c-card-heading {
    color: #000;
    font-size: 36px;
    font-family: SF Pro;
    font-weight: 510;
    line-height: 44px;
    word-wrap: break-word
}

.corp-c-card-cost {
    text-align: center;
}

.corp-card-span-cost {
    color: var(--Black-shade-50, rgba(0, 0, 0, 0.5));
    font-size: 24px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word
}

.corp-card-span-month {
    color: var(--Black-shade-70, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.corp-c-card-button-size {
    width: 222px;
    padding: 8px;
    background-color: #565C75;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.corp-c-card-validity {
    color: var(--Black-shade-50, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.corp-card-all-feature {
    width: 238px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.corp-c-card-feature {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.corp-c-card-icon {
    padding: 4px 0px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.corp-c-card-feature-title {
    width: 215px;
    color: var(--Black-shade-70, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.corp-c-card-button {
    color: var(--White-shade-100, white);
    color: white;
    font-size: 24px;
    font-family: SF Pro;
    font-weight: 590;
    line-height: 24px;
    word-wrap: break-word
}

.corp-c-say {
    width: 100%;
    height: 100%;
    /* padding: 80px 120px; */
    padding: 80px 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 56px;
    display: inline-flex;
}

.corp-c-say-block {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
}

.corp-c-say-title {
    color: var(--Secondary-80F, #29BF12);
    font-size: 48px;
    font-family: SF Pro;
    font-weight: 590;
    line-height: 56px;
    word-wrap: break-word
}

.corp-c-say-description {
    width: 600px;
    color: var(--Black-shade-70, rgba(0, 0, 0, 0.70));
    font-size: 24px;
    text-align: center;
    font-family: SF Pro;
    font-weight: 510;
    line-height: 32px;
    word-wrap: break-word
}

.corp-c-compition {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 0px 112px;
    margin-bottom: 56px;
}

.corp-c-compition-title {
    width: 100%;
    color: black;
    font-size: 36px;
    font-family: SF Pro;
    font-weight: 510;
    line-height: 44px;
    word-wrap: break-word
}

.corp-c-compition-description {
    width: 100%;
    margin-top: 16px;
    color: var(--Black-shade-50, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.corp-c-compition-grey {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}


/* slide card css  */
.corp-c-say-all-card {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.corp-c-say-card-desc {
    width: 320px;
    /* padding: 0px 56px; */
    margin: 0px 56px;
    text-align: center;
    font-size: 14px;
    font-family: SF Pro;
    font-weight: 510;
    line-height: 18px;
    word-wrap: break-word
}

.corp-c-say-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corp-c-say-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: fit-content;
}

.corp-c-say-card {
    margin: 0 12px;
    min-height: 109px;
    padding: 66px 36px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: inset 0px 0px 84px 4px #eee;
}

.purple {
    box-shadow: inset 0px 0px 84px 4px #D1D6FF;
}

.green {
    box-shadow: inset 0px 0px 84px 4px #D1FFCA;
}

.orange {
    box-shadow: inset 0px 0px 84px 4px #FFE8B9;
}

.corp-c-icon {
    background: white;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.24);
    padding: 4px 5px 0px 5px;
    cursor: pointer;
    user-select: none;
}

    .corp-c-icon img {
        width: 20px;
        height: 20px;
    }


/* faq section css */
.corp-c-faq {
    width: 944px;
    margin: auto;
    margin-top: 56px;
}

.corp-c-faq-question-block {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 10px;
    margin: 24px 0px 0px 0px;
    align-items: center;
    background-color: white;
    color: #000000;
    font-size: 24px;
    font-family: SF Pro;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word
}

.corp-c-faq-question {
    width: 824px;
    margin: 16px;
}

.corp-c-faq-answer {
    display: none;
    padding: 16px 26px;
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.corp-c-faq-question-wrapper.active .corp-c-faq-answer {
    display: block;
    background-color: white;
}

.corp-c-faq-question-block img {
    width: 16px;
    transition: transform 0.3s ease;
}

.corp-c-faq-question-wrapper.active .corp-c-faq-question-block img {
    transform: rotate(180deg);
}

.corp-c-faq-answer-bold {
    font-weight: 600;
}


@media screen and (max-width: 1025px) {
    .corp-c-container {
        padding: 0 20px;
    }

    .corp-c-headline-text,
    .corp-c-benefits-title,
    .corp-c-plan-title,
    .corp-c-say-title {
        font-size: 36px;
        font-family: 'SF Pro', sans-serif;
        font-weight: 590;
        line-height: 48px;
        word-wrap: break-word;
    }

    .corp-c-compition-title {
        font-size: 30px;
        font-family: 'SF Pro', sans-serif;
        line-height: 42px;
        word-wrap: break-word;
    }

    .corp-c-benefit-description {
        font-size: 26px;
        font-family: 'SF Pro', sans-serif;
        line-height: 32px;
        word-wrap: break-word;
    }

    .corp-c-card-button-size,
    .corp-c-card-feature-title {
        width: 170px;
    }

    .corp-c-compition {
        padding: 0px 60px;
    }

    .corp-c-say-card-desc {
        margin: 0px 26px;
    }

    .corp-c-faq-question-block {
        margin: 20px 0px 0px 0px;
        font-size: 20px;
    }

    .corp-c-card-button {
        font-size: 18px;
    }

    .corp-c-hero-video {
        width: 500px;
        height: 352px;
    }

    .corp-c-benefits-image {
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 34px;
    }

    .subtitle-club,
    .description-club {
        font-size: 20px;
        line-height: 26px;
    }

    .cta-button {
        margin-top: 2em;
    }

    .clb-section {
        padding: 3em 1em 5em;
        text-align: center;
        margin: 20px auto;
    }

    .clb-title {
        font-size: 32px;
        margin-top: 0px;
    }

    .clb-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .clb-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(170px, 2fr));
        gap: 1.5em;
        max-width: 1200px;
        margin: 0 auto;
    }

    .clb-app-store img {
        height: auto;
    }

    .clb-card {
        background: #fff;
        border-radius: 12px;
        /* box-shadow: 0 0 0 2px #e0e0e0; */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.2s ease;
        border-radius: 16px;
        border-bottom: 4px solid var(--Secondary-80F, #29BF12);
        background: #FFF;
        padding: 0px 0px;
    }

    .clb-card-body {
        padding: 1em 2em 0em 1em;
        text-align: left;
    }

    .clb-content-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1.5em;
        max-width: 800px;
        margin: 2em auto;
        justify-content: center;
        align-items: flex-start;
    }

    .clb-content-card {
        background-color: #f9f9f9;
        border-radius: 16px;
        padding: 2em 1em;
        box-shadow: 0 4px 0 #28a745;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.2s ease;
        background-color: #f9f9f9;
        border-radius: 16px;
        box-shadow: 0 4px 0 #28a745;
        transition: transform 0.2s ease;
        display: flex;
        width: 150px;
        height: 130px;
        padding: 48px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .clb-benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 1.5em;
        margin-top: 2em;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }

    .clb-benefit-card {
        background: #fff;
        padding: 1.5em;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        text-align: center;
        transition: transform 0.2s ease;
        display: flex;
        width: 140px;
        padding: 8px 16px;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        align-self: stretch;
    }

        .clb-benefit-card img {
            height: 70px;
            margin-bottom: 0em;
            max-width: 100%;
            vertical-align: middle;
            display: inline-block;
        }

        .clb-benefit-card h3 {
            text-align: left;
        }

            .clb-benefit-card h3 a {
                text-decoration: none;
                color: #28a745;
                font-size: 1.1em;
                font-weight: 600;
                color: #29bf12;
                text-align: left;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 18px;
                font-weight: 500;
                line-height: 20px;
                text-decoration: underline;
            }

        .clb-benefit-card p {
            font-size: 0.95em;
            color: #555;
            margin-top: 0.5em;
            color: #00000080;
            text-align: left;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            text-decoration: none;
        }

    .clb-pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 2em;
        margin-top: 2.5em;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .clb-price-card {
        background: #fff;
        transition: transform 0.3s ease;
        grid-row-gap: 24px;
        border: 1px solid #29bf12;
        border-radius: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        max-width: 110px;
        padding: 6px;
        text-decoration: none;
        display: flex;
        text-align: left;
    }

    .clb-badge {
        font-size: 10px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0em;
        grid-column-gap: 10px;
        background-color: #eeffec;
        border: 1px solid #79ff64;
        border-radius: 816px;
        justify-content: center;
        align-items: center;
        max-width: 218px;
        padding: 4px 14px;
        text-decoration: none;
        display: flex;
    }

    .clb-price-amount {
        font-size: 3.5em;
        margin: 0.3em 0;
        color: #29bf12;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none;
    }

    .clb-price-note {
        color: #000000b3;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        text-decoration: none;
    }

    .clb-app-title {
        font-size: 1.5em;
        color: #444;
        margin-bottom: 0.5em;
        color: #00000080;
        text-align: center;
        width: 100%;
        margin-top: 0;
        font-size: 26px;
        font-weight: 400;
        line-height: 44px;
        text-decoration: none;
    }

    .clb-app-subtitle {
        color: #888;
        font-size: 1em;
        text-transform: uppercase;
        margin-bottom: 0.3em;
        color: #00000080;
        text-align: center;
        margin-top: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: none;
    }

    .clb-app-highlight {
        color: #29bf12;
        text-align: center;
        margin-top: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 56px;
        text-decoration: none;
    }

    .clb-app-section {
        background: #fff;
        text-align: center;
        padding: 2em 1em 3em;
    }

    .clb-tips-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1em;
        margin-top: 4em;
    }

    .clb-tip-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 0 1px #ddd;
        padding: 0em;
        text-align: left;
        transition: box-shadow 0.2s ease;
    }

        .clb-tip-card p {
            color: #000;
            letter-spacing: -.4px;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            text-decoration: none;
            padding: 0px 10px 20px;
        }

    .clb-tips-section {
        background: #f5f5f5;
        padding: 3em 1em 2em;
        text-align: center;
    }

    .clb-cta-button {
        margin-top: 2em;
    }

    .clb-title-lst {
        color: #29bf12;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none;
    }

    .clb-creator-list li {
        font-size: 16px;
        margin-bottom: 1.2em;
        display: flex;
        align-items: flex-start;
        gap: 0.75em;
        line-height: 1.5em;
    }

    .clbdt-header h1 {
        font-size: 2.2em;
        color: #28a745;
        color: #29bf12;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 34px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: none;
    }

    .clbdt-header {
        text-align: center;
        padding: 3em 1em 0em;
    }

    .clbdt-image {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .clbdt-video-grid {
        gap: 1.8em;
        margin-top: 2.5em;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .clbdt-video-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 0 0 1px #e0e0e0;
        padding: 6px;
        transition: box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        border-bottom: 4px solid #28a745;
        text-align: left;
    }

        .clbdt-video-card h3 {
            color: #29bf12;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            overflow: hidden;
            padding: 0px 10px;
        }

        .clbdt-video-card p {
            color: #848aa8;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            overflow: hidden;
            padding: 0px 10px;
        }

    .clbdt-access-title {
        color: #29bf12;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none;
    }

    .clbdt-access-text {
        color: #41465c;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-decoration: none;
        max-width: 780px;
        margin: 35px auto 35px;
    }

    .clbdt-access-box {
        background: linear-gradient(135deg, #e8ffe8, #ffffff);
        max-width: 720px;
        margin: 0 auto;
        padding: 3em 2em;
        border-radius: 2px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        width: 80%;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .clbdt-access-title span {
        color: #9ca3c1;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 10px;
        text-decoration: none;
    }

    .clbdt-access-box {
        background: linear-gradient(135deg, #e8ffe8, #ffffff);
        max-width: 720px;
        margin: 0 auto;
        padding: 3em 2em !important;
    }

    .clbdt-title {
        color: #29bf12;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        text-decoration: none;
    }

    .clbdt-inside-club {
        background: #f2f2f2;
        padding: 1em 1em;
        text-align: center;
    }

    .clb-benefits-section {
        background: #f4f4f4;
        padding: 4em 1em 4em;
        text-align: center;
    }


    /* **************** (feedback) corporater page *************** */

    .corp-c-custom-container,
    .corp-c-benefits-content,
    .corp-c-compition {
        display: inline-block;
    }

    .corp-c-headline-text,
    .corp-c-benefits-title,
    .corp-c-plan-title,
    .corp-c-say-title {
        font-size: 48px;
        font-family: 'SF Pro', sans-serif;
        font-weight: 590;
        line-height: 58px;
        word-wrap: break-word;
    }

    .corp-c-group-cards-block {
        margin-top: 20px;
        gap: 20px;
        display: grid;
        grid-template: 470px / auto auto;
        grid-gap: 20px;
        padding: 10px;
    }

    .corp-c-card-button-size {
        width: 222px;
    }

    .corp-c-card-feature-title {
        width: 100%;
    }

    .corp-c-benefits-image,
    .corp-c-benefits-text-container {
        width: 100%;
        height: auto;
    }

    .corp-c-hero-video {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .corp-c-say-card-desc {
        margin: 0px 10px;
    }

    .corp-c-icon {
        padding: 2px 8px 0px 7px;
    }

    /* .corp-c-compition{
      border-bottom: 1px solid black;
     } */

    .corp-c-compition-img {
        display: grid;
        margin: 20px auto;
        width: 40%;
        height: auto;
    }

    .corp-c-say-card {
        max-width: 82vw;
        min-height: 170px;
        padding: 40px 20px;
        margin: 0 6px;
    }

    .corp-c-say-card-desc {
        font-size: 13px;
        max-width: 90%;
    }

    .corp-c-icon {
        padding: 1px;
    }

        .corp-c-icon.left {
            left: 4px;
        }

        .corp-c-icon.right {
            right: 4px;
        }

    .corp-c-say-description {
        width: 85%;
        margin: 20px auto;
    }

    .corp-c-faq {
        width: 700px;
        margin: auto;
        margin-top: 56px;
    }

    .corp-c-faq-question {
        width: 600px;
        margin: 16px;
    }
}

@media screen and (max-width: 425px) {
    .corp-c-container {
        padding: 0 20px;
    }

    .corp-c-headline-text,
    .corp-c-benefits-title,
    .corp-c-plan-title,
    .corp-c-say-title {
        font-size: 36px;
        font-family: 'SF Pro', sans-serif;
        font-weight: 590;
        line-height: 48px;
        word-wrap: break-word;
    }

    .corp-c-compition-title {
        font-size: 30px;
        font-family: 'SF Pro', sans-serif;
        line-height: 42px;
        word-wrap: break-word;
    }

    .corp-c-say-description {
        margin: 0;
    }

    .corp-c-benefits-section {
        padding: 20px 0px;
    }

    .corp-c-compition {
        padding: 0px 10px;
    }

    .corp-c-compition-img {
        display: grid;
        margin: 20px auto;
        width: 90%;
        height: auto;
    }

    .corp-c-group-cards-block {
        margin-top: 20px;
        gap: 20px;
        display: grid;
        grid-template: 470px / auto;
        grid-gap: 20px;
        padding: 10px;
    }

    .corp-c-say-description {
        width: 100%;
        margin: 20px auto;
    }

    .corp-c-faq {
        width: 350px;
        margin: auto;
        margin-top: 56px;
    }

    .corp-c-faq-question {
        width: 250px;
        margin: 16px;
    }

    .corp-c-say-all-card {
        display: inline-block;
    }

    .corp-c-say-card-purple,
    .corp-c-say-card-green,
    .corp-c-say-card-orange {
        width: 92%;
        padding: 66px 16px;
        margin: 0px 0px 0px 0px;
    }

    .corp-c-say-card-green {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 375px) {
    .corp-c-faq {
        width: 300px;
        margin: auto;
        margin-top: 56px;
    }

    .corp-c-faq-question {
        width: 210px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 320px) {
    .corp-c-container {
        padding: 0 20px;
    }

    .corp-c-card-button-size {
        width: 92%
    }

    .corp-c-card-feature-title {
        width: 90%;
    }

    .corp-c-faq {
        width: 250px;
        margin: auto;
        margin-top: 56px;
    }

    .corp-c-faq-question {
        width: 160px;
        font-size: 14px;
        line-height: 24px;
    }
}