h2 {
    margin: 0 0 20px;
    color: #1f2937;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

h2 span,
h3 span {
    color: #1f2937;
}

.header-banner .hero img {
    max-width: 620px;
    width: 100%;
}

.w-width-all {
    background: #f6f9ff;
}

.hero-section {
    padding: 78px 20px 64px;
    text-align: center;
}

.hero-section > p,
.feature-content > p {
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

.hero-section > p {
    max-width: 920px;
    margin: 0 auto;
}

.delete-scenarios {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 40px;
    box-sizing: border-box;
    max-width: 1080px;
    margin: 42px auto 0;
    padding: 6px 48px 0;
}

.delete-scenario {
    min-height: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.delete-scenario img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 14px;
}

.delete-scenario span {
    display: block;
    color: #202a39;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.feature-section {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    align-items: center;
    gap: 64px;
    padding: 78px 0;
}

.feature-section.reverse {
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.feature-section.reverse .feature-icon {
    order: 2;
}

.feature-icon img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.feature-content h3 {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.28;
}

.feature-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    color: #526071;
    font-size: 16px;
    line-height: 1.55;
}

.feature-list li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #2b6ef5;
    box-shadow: inset 0 0 0 5px #dbe8ff;
}

@media (max-width: 1023px) {
    .delete-scenarios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
        padding-right: 24px;
        padding-left: 24px;
    }

    h2 {
        font-size: 28px;
    }

    .feature-section,
    .feature-section.reverse {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 60px 0;
    }

    .feature-section.reverse .feature-icon {
        order: 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.2;
        text-align: left;
    }

    .hero-section {
        padding: 48px 20px;
        text-align: left;
    }

    .delete-scenarios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .delete-scenario {
        min-height: auto;
    }

    .delete-scenario img {
        width: 78px;
        height: 78px;
    }

    .feature-section,
    .feature-section.reverse {
        display: flex;
        flex-direction: column-reverse;
        padding: 48px 0;
    }

    .feature-section.reverse .feature-icon {
        order: 0;
    }

    .feature-content h3 {
        font-size: 23px;
    }
}
