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

h2 span {
    color: #2b6ef5;
}

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

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

.photo-repair-section .products_dec {
    max-width: 560px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 1.55;
}

.photo-repair-section {
    padding-top: 78px;
}

.photo-repair-section h2 {
    margin-bottom: 22px;
    color: #111827;
    font-size: 32px;
}

.repair-cause-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 76px;
    max-width: 760px;
    margin: 0 auto 62px;
}

.repair-cause-group h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

.repair-cause-group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.repair-cause-group li {
    position: relative;
    padding-left: 19px;
    color: #273142;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
}

.repair-cause-group li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #0ccf6a;
    border-radius: 50%;
    box-sizing: border-box;
}

.repair-cause-group li::after {
    position: absolute;
    left: 4px;
    top: 4px;
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #0ccf6a;
    border-bottom: 1px solid #0ccf6a;
    transform: rotate(45deg);
}

.photo-repair-visual {
    max-width: 1071px;
    margin: 0 auto 14px;
}

.photo-repair-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.repair-feature-section {
    padding: 78px 0;
    background: #fff;
}

.repair-feature-section.repair-feature-band {
    background: #f4f8ff;
}

.repair-feature-row {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 96px;
}

.repair-feature-reverse .repair-feature-copy {
    order: 2;
}

.repair-feature-copy h2 {
    margin: 0 0 28px;
    color: #111827;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.16;
    text-align: left;
}

.repair-feature-copy ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.repair-feature-copy li {
    position: relative;
    padding-left: 12px;
    color: #414b59;
    font-size: 16px;
    line-height: 1.5;
}

.repair-feature-copy li::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #414b59;
}

.repair-feature-media img {
    display: block;
    width: 100%;
    height: auto;
}

.products_dec,
.c-bottom {
    max-width: 830px;
    margin: 0 auto 42px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 34px;
}

.products.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
    padding: 30px 24px;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
    text-align: center;
}

.product-card img {
    display: block;
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.product-card h3 {
    margin: 0 0 10px;
    color: #26384f;
    font-size: 18px;
    font-weight: 700;
}

.product-card p {
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.65;
}

.image-text {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 60px;
    margin: 58px 0;
}

.image-text .custom-order {
    order: -1;
}

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

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

.content-text > p {
    margin: 0 0 14px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

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

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

.centered-list li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2b6ef5;
}

@media (max-width: 1023px) {
    h2 {
        font-size: 28px;
    }

    .photo-repair-section {
        padding-top: 60px;
    }

    .repair-feature-section {
        padding: 60px 0;
    }

    .products,
    .products.three-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .image-text {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .image-text .custom-order {
        order: 0;
    }

    .repair-cause-grid {
        gap: 32px;
        max-width: 680px;
    }

    .repair-feature-row {
        gap: 44px;
    }
}

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

    .products_dec,
    .c-bottom {
        text-align: left;
    }

    .products,
    .products.three-col {
        grid-template-columns: 1fr;
    }

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

    .photo-repair-section {
        padding-top: 48px;
    }

    .photo-repair-section h2 {
        font-size: 26px;
        text-align: center;
    }

    .photo-repair-section .products_dec {
        text-align: center;
    }

    .repair-cause-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 36px;
    }

    .repair-cause-group ul {
        gap: 10px 18px;
    }

    .repair-cause-group li {
        white-space: normal;
    }

    .repair-feature-section {
        padding: 48px 0;
    }

    .repair-feature-row {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .repair-feature-reverse .repair-feature-copy {
        order: 0;
    }

    .repair-feature-copy h2 {
        font-size: 26px;
    }
}
