.model-change {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background: #ffffff;
    text-align: center;
}

.model-change-content-wrapper {
    flex-direction: column;
    justify-content: center;
}

.model-change-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #c8102e;
    color: #ffffff;
    font-weight: 900;
}

.model-change-title {
    max-width: 980px;
    margin: 8px auto 28px;
    color: #c8102e;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.model-change-text {
    max-width: 760px;
    margin: 0 auto;
    color: #4d5b6d;
    font-size: 19px;
    line-height: 26px;
}

.model-change-compare {
    display: flex;
    width: 100%;
    max-width: 1040px;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 56px auto 0;
    text-align: left;
}

.model-change-card {
    flex: 1 1 420px;
    padding: 38px 36px;
    border: 1px solid rgba(13, 46, 79, 0.12);
    border-radius: 0;
    background: #eef7fd;
    box-shadow: 0 18px 48px rgba(8, 30, 55, 0.1);
}

.model-change-card h3 {
    margin-bottom: 18px;
    color: #0d2e4f;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.model-change-card p {
    margin-bottom: 18px;
    color: #0c1626;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.model-change-card small {
    display: block;
    color: #637083;
    font-size: 16px;
    line-height: 22px;
}

.model-change-highlight {
    max-width: 460px;
    margin: 46px auto 0;
    color: #0d2e4f;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.model-change-photo {
    width: 100%;
    max-width: 1040px;
    min-height: 300px;
    margin: 56px auto 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 24px 70px rgba(8, 30, 55, 0.14);
    text-align: left;
}

.model-change-photo img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 520px;
    object-fit: cover;
}

@media (max-width: 860px) {
    .model-change-content-wrapper {
        align-items: stretch;
    }

    .model-change-title {
        font-size: 34px;
        line-height: 38px;
    }

    .model-change-compare {
        margin-top: 36px;
    }

    .model-change-card {
        flex-basis: 100%;
        padding: 28px 24px;
    }

    .model-change-highlight {
        margin-top: 34px;
        font-size: 20px;
        line-height: 26px;
    }

    .model-change-photo {
        min-height: 240px;
        margin-top: 40px;
    }

    .model-change-photo img {
        min-height: 260px;
    }
}

@media (max-width: 560px) {
    .model-change-card p {
        font-size: 18px;
        line-height: 24px;
    }
}
