.features-v2 {
    --qwekee-blue: #40AFDE;
    --qwekee-green: #8DC63F;
    color: #505050;
}

.features-v2 * {
    box-sizing: border-box;
}

.features-v2 .features-intro-section {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 64px;
    background: #f7f7f7;
}

.features-v2 .features-intro-section .pure-g > div {
    width: 100%;
    max-width: 1000px;
}

.features-v2 .features-intro-section .custom-title-3 {
    max-width: 1000px;
    margin-bottom: 24px;
    color: var(--qwekee-blue);
    font-size: 64px;
    font-weight: 300;
}

.features-v2 .features-intro-section .page-module {
    max-width: 830px;
    color: #505050;
    font-size: 20px;
}

body.features-v2 .features-intro-section .features-hero-description {
    line-height: 1.5;
}

.features-v2 .mok-features-list-section {
    padding: 0;
    background: #fff;
}

.features-v2 .mok-features-list > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
    margin: 0;
    padding: 88px 0;
}

.features-v2 .mok-features-list > div + div {
    margin-top: 0;
}

.features-v2 .mok-features-list > div:first-child {
    padding-top: 64px;
}

.features-v2 .mok-features-list > div:nth-child(even) {
    background: #f7f7f7;
    box-shadow: 0 0 0 100vmax #f7f7f7;
    clip-path: inset(0 -100vmax);
}

.features-v2 .mok-features-list > div:nth-child(even) > div:first-child {
    order: 2;
}

.features-v2 .mok-features-list > div:nth-child(even) > div:last-child {
    order: 1;
}

.features-v2 .mok-features-list > div > div {
    min-width: 0;
    padding: 0;
}

.features-v2 .mok-features-list .custom-title-1 {
    margin-bottom: 18px;
    color: var(--qwekee-blue);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
}

.features-v2 .mok-features-list .feature-title {
    color: var(--qwekee-blue);
}

.features-v2 .feature-number {
    color: var(--qwekee-green);
}

.features-v2 .mok-features-list .page-module {
    max-width: 640px;
    color: #505050;
    font-size: 17px;
    line-height: 1.7;
}

.features-v2 .mok-features-list .page-module p {
    margin: 0 0 22px;
}

.features-v2 .mok-features-list .page-module p:last-child {
    margin-bottom: 0;
}

.features-v2 .mok-features-list .page-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-v2 .mok-features-list .page-module li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 26px;
    color: #505050;
    font-size: 17px;
    line-height: 1.55;
}

.features-v2 .mok-features-list .page-module li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--qwekee-green);
    content: "\2713";
    font-weight: 800;
}

.features-v2 .mok-features-list > div > div:last-child {
    display: block;
    align-self: center;
}

.features-v2 .mok-features-list img {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #e3e7ea;
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.features-v2 .features-final-cta {
    padding-top: 88px;
    padding-bottom: 88px;
    text-align: center;
}

.features-v2 .features-final-cta .custom-title-1 {
    color: var(--qwekee-blue);
}

.features-v2 .features-final-cta .ext_button.blue-style {
    background-color: var(--qwekee-blue);
    color: #fff;
}

.features-v2 .features-final-cta .ext_button.blue-style:hover {
    background-color: var(--qwekee-green);
    color: #fff;
}

@media (min-width: 1200px) {
    .features-v2 .features-hero-title span {
        display: block;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .features-v2 .mok-features-list > div {
        gap: 38px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .features-v2 .mok-features-list > div:first-child {
        padding-top: 70px;
    }

    .features-v2 .mok-features-list .custom-title-1 {
        font-size: 34px;
    }

    .features-v2 .features-final-cta {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .features-v2 .features-intro-section {
        padding-top: 72px;
        padding-bottom: 54px;
    }

    .features-v2 .features-intro-section .custom-title-3 {
        font-size: 30px;
    }

    .features-v2 .features-intro-section .page-module {
        font-size: 17px;
    }

    .features-v2 .mok-features-list > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .features-v2 .mok-features-list > div:first-child {
        padding-top: 54px;
    }

    .features-v2 .mok-features-list > div:nth-child(even) > div:first-child,
    .features-v2 .mok-features-list > div > div:first-child {
        order: 1;
    }

    .features-v2 .mok-features-list > div:nth-child(even) > div:last-child,
    .features-v2 .mok-features-list > div > div:last-child {
        order: 2;
    }

    .features-v2 .mok-features-list .custom-title-1 {
        font-size: 28px;
    }

    .features-v2 .mok-features-list img {
        max-width: 100%;
    }

    .features-v2 .features-final-cta {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}
