.section-storage .plan .typography-plan-capacity::before {
    content: "儲存空間";
    color: transparent;
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600
}

@media only screen and (max-width: 734px) {
    .section-storage .plan .typography-plan-capacity::before {
        display:none
    }
}

/* icloud+ logo bug fixed - start */
.section-plus .section-header .typography-eyebrow span {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
/* icloud+ logo bug fixed - end */