/* icon下移 */
.icon-wrapper .aap-text-icon-control__icon {
    position: absolute;
}

.section-battery .typography-cta {
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: -0.003em;
    padding-bottom: 50px;
    text-align: center;
    margin-top: -20px;
}

@media screen and (max-width: 734px) {
    .section-battery .typography-cta {
        padding-bottom: 30px;
        /* margin-top: -20px; */
        z-index: 1;
    
    }
}

.section-battery .typography-cta a {
    color: #999;
}