/*  hero position  */
.section-hero .hardware-row {
    width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 57px
}

@media only screen and (max-width: 1068px) {
    .section-hero .hardware-row {
        width: 720px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hardware-row {
        width: 372px
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .hardware-row {
        margin-bottom: 66px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hardware-row {
        margin-top: 10px;
        margin-bottom: 12px
    }
}

 
 /* section-where-to-use start  */
 
 .section-where-to-use .section-block:last-child, .section-where-to-use .section-block.section-block--last {
    margin-bottom: 0px
}

 @media only screen and (min-width: 1442px) {
    .section-where-to-use .section-block:last-child, .section-where-to-use .section-block.section-block--last {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 1068px) {
    .section-where-to-use .section-block:last-child, .section-where-to-use .section-block.section-block--last {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 735px) {
    .section-where-to-use .section-block:last-child, .section-where-to-use .section-block.section-block--last {
        margin-bottom: 0px
    }
}

 /* section-where-to-use end  */

 /*201911-18 */
.section-apple-pay-red .apple-pay-red-headline span {
    margin-left: 0
}

@media only screen and (max-width: 1068px) {
    .section-apple-pay-red .apple-pay-red-headline span {
        margin-left:0
    }
}

@media only screen and (max-width: 735px) {
    .section-apple-pay-red .apple-pay-red-headline span {
        margin-left:0
    }
}