.en-product-photo-text {
    max-width: 1440px;
    margin: 0 auto;
}

.en-product-photo-text__shell {
    padding: 80px 144px;
}

.en-product-photo-text__title {
    text-align: center;
}

.en-product-photo-text__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 80px;
    gap: 64px;
    background: #ffffff;
}

.en-product-photo-text__row.is-reverse .en-product-photo-text__content {
    order: 2;
}

.en-product-photo-text__row.is-reverse .en-product-photo-text__media {
    order: 1;
}

.en-product-photo-text__content {
    padding: 0px 0px 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.en-product-photo-text__content h3 {
    margin: 0;
}

.en-product-photo-text__subtitle {
    margin: 16px 0 0;
    color: #5c626e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.en-product-photo-text__content ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.en-product-photo-text__content li {
    position: relative;
    margin-bottom: 16px;
    margin-left: 20px;
    color: #5c626e;
}

.en-product-photo-text__content li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 8px;
    height: 24px;
    background: url("../images/point.png") no-repeat center / contain;
}

.en-product-photo-text__button {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.en-product-photo-text--feature-switch .en-product-photo-text__features {
    display: flex;
    flex-direction: column;
}

.en-product-photo-text--feature-switch .en-product-photo-text__feature {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.en-product-photo-text--feature-switch .en-product-photo-text__feature.is-active {
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.en-product-photo-text--feature-switch .en-product-photo-text__feature-label {
    display: inline;
    font-weight: 700;
    color: #303033;
}

.en-product-photo-text--feature-switch .en-product-photo-text__feature-description {
    display: inline;
    color: #6a6a73;
}

@media (min-width: 1024px) {
    .en-ai-page .en-product-photo-text__button {
        width: 160px;
        min-width: 160px;
    }
}

.en-product-photo-text__media {
    /* min-height: 454.4px; */
    min-height: 200px;
    background: #fff;
}

.en-product-photo-text__media img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .en-product-photo-text__row {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .en-product-photo-text__row.is-reverse .en-product-photo-text__content,
    .en-product-photo-text__row.is-reverse .en-product-photo-text__media {
        order: initial;
        margin-left: 0;
    }

    .en-product-photo-text__content {
        padding: 28px 24px;
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
    .en-product-photo-text__shell {
        padding: 0 32px;
    }

    .en-product-photo-text__row {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .en-product-photo-text__row.is-reverse .en-product-photo-text__content,
    .en-product-photo-text__row.is-reverse .en-product-photo-text__media {
        order: initial;
         margin-left: 0;
    }

    .en-product-photo-text__content {
        padding: 28px 24px;
    }

    .en-product-photo-text__media {
        min-height: 360px;
    }
}

@media (max-width: 799px) {
    .en-product-photo-text {
        width: 100%;
        margin: 0 auto 48px;
    }
    
    .en-product-photo-text__shell {
        padding: 80px 16px;
    }

    .en-product-photo-text__row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .en-product-photo-text__row.is-reverse .en-product-photo-text__content,
    .en-product-photo-text__row.is-reverse .en-product-photo-text__media {
        order: initial;
    }

    .en-product-photo-text__title {
        text-align: left;
    }

    .en-product-photo-text__content {
        padding: 20px 0px;
        padding-top: 60px;
    }

    .en-product-photo-text__media {
        min-height: 220px;
    }
}