.section-summary .section-copy-inside{
    max-width: 480px;
}

@media only screen and (max-width: 1068px) {
    .section-summary .section-copy-inside {
        max-width:620px
    }
}

/*fix compare 2021-09-28*/
.section-shared-compare .feature-ecg .feature-null {
    height: 96px
}

.section-shared-compare .feature-null:before{
    top: 50px;
}

@media only screen and (max-width: 734px) {
    .section-shared-compare .feature-ecg .feature-null {
        height:92px
    }

    .section-shared-compare .feature-null:before{
        top: 30px;
    }
}

.section-shared-compare .feature-boa .feature-null {
    height: 76px
}

@media only screen and (max-width: 734px) {
    .section-shared-compare .feature-boa .feature-null {
        height: 53px;
    }
}
/* iphone XS start*/
.small-caps {
    font-feature-settings: "smcp", "c2sc";
    font-variant-caps:all-small-caps
}
/* iphone XS end*/

/* fix copy */
.section-pretty-face .content-wrapper {
    max-width: 920px;
}