.legacy-brand-crop-frame {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.legacy-brand-crop-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.2) !important;
    transform-origin: 50% 0 !important;
}

.legacy-brand-crop-image--center {
    transform: scale(2.5) !important;
    transform-origin: 50% 52% !important;
}

.noblesse-clean-detail {
    box-sizing: border-box;
    width: min(860px, 100%);
    margin: 0 auto;
    padding: 48px 36px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    color: #222;
    background: #fff;
    text-align: left;
}

.noblesse-clean-detail h3 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.35;
    text-align: center;
}

.noblesse-clean-detail p,
.noblesse-clean-detail li {
    font-size: 18px;
    line-height: 1.8;
}

.noblesse-clean-detail ul {
    margin: 20px 0 0;
    padding-left: 24px;
}

@media (max-width: 720px) {
    .noblesse-clean-detail {
        padding: 30px 22px;
        border-radius: 12px;
    }

    .noblesse-clean-detail h3 {
        font-size: 24px;
    }

    .noblesse-clean-detail p,
    .noblesse-clean-detail li {
        font-size: 16px;
    }
}
