.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}
.section .s-title {
    font-size: 2rem;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
}
.section img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-2 {
    background-color: #fff;
    color: #333;
}
.section-2 .s-title-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: stretch;
}
.section-2 .s-img {
    height: 70px;
    width: 70px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.section-2 .s-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}
.seciont-2 .s-title {
    width: 80%;
}
.section-4 {
    background-color: #fff;
}
.section-4 .s-container {
    background-color: #797979;
    color: #fff;
    padding: 20px;
}
.section-4 .s-twelve {
    font-size: 2.75rem;
    line-height: 1;
}
.section-4 .s-title {
    font-size: 2rem;
    line-height: 1;
}
.section-4 .s-text {
    margin-top: 15px;
}
.section-4 .s-apps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    padding: 4rem 0;
    color: #797979;
}
.section-4 .app-i {
    text-align: center;
    width: 50%;
    font-size: 1.25rem;
    padding-bottom: 1rem;
}
.section-4 .app-img {
    padding-bottom: .75rem;
}
.section-4 .app-img img {
    width: unset;
}

.section-5,
.section-6,
.section-8 {
    background-color: #fff;
    color: #252525;
}

.section-8 .s-title2 {
    font-size: 1.5rem;
}
.section-8 .s-container2 {
    padding: 20px;
}

.section-9 .s-container {
    text-align: center;
}
.section-9 .section-bt,
.section-9 .section-use {
    font-size: 1.5rem;
    color: rgba(255,255,255,.5);
    font-weight: bold;
    padding: 10px 20px;
}

@media screen and (min-width: 600px) {
    .section-4 .app-i {
        width: 33.333333333333%;
    }
}

@media (max-width: 380px) {
}

@media (min-width: 769px) {
    .section .s-title {
        font-size: 2.25em;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.125em;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }
    .section-abs {
        position: absolute;
        top: 2%;
    }

    .section-1 .s-container {
        top: 10%;
        left: 18%;
        right: 40%;
    }
    .section-1 .s-title {
        font-size: 4rem;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 1.25rem;
    }

    .section-2 .s-container {
        left: 50%;
        right: 10%;
        top: 5%;
    }
    .section-2 .s-title {
        font-size: 3rem;
        font-weight: bold;
    }
    .section-2 .s-img {
        height: 104px;
        width: 104px;
    }

    .section-4 .s-container {
        background-color: #797979;
        color: #fff;
        padding: 3rem 8rem;
        display: flex;
        align-items: center;
        flex: 1;
    }
    .section-4 .s-twelve {
        font-size: 8rem;
        font-weight: bold;
        padding-right: 15px;
        line-height: 1;
    }
    .section-4 .s-title {
        font-size: 3.5rem;
        font-weight: bold;
        line-height: 1;
        width: 50%;
    }
    .section-4 .s-text {
        font-size: 1.25rem;
        line-height: 1.1;
        width: 50%;
        padding-left: 1rem;
    }
    .section-4 .s-apps {
        width: 90%;
        margin: 0 auto;
    }
    .section-4 .app-i {
        width: 16.66666666%;
        font-size: 1.25rem;
    }

    .section-5 .s-container {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 3rem 0;
        margin: 0 auto;
        width: 70%;
    }
    .section-5 .s-title {
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
    }
    .section-5 .s-text {
        width: 60%;
        padding-left: 2rem;
        font-size: 1.25rem;
        line-height: 1.1;
        font-weight: bold;
    }
    .section-5 .s-note {
        font-weight: normal;
        margin-top: 15px;
        font-size: .9rem;
    }
    .section-5 .s-five {
        font-size: 5rem;
    }

    .section-6 .s-container {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 3rem 0 0;
        margin: 0 auto;
        width: 70%;
    }
    .section-6 .s-title {
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
    }
    .section-6 .s-text {
        width: 60%;
        padding-left: 3rem;
        font-size: 1.25rem;
        line-height: 1.1;
        font-weight: bold;
    }
    .section-6 .s-allday {
        font-size: 6rem;
        letter-spacing: 10px;
    }

    .section-7 {
        background-color: #fff;
    }
    .section-7 .s-container {
        color: #252525;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        top: 5%;
        left: 33%;
        right: 5%;
    }
    .section-7 .s-title {
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
    }
    .section-7 .s-text {
        padding-left: 3rem;
        font-size: 1.25rem;
        line-height: 1.1;
        font-weight: bold;
    }

    .section-8 .section-inner {
        position: relative;
    }
    .section-8 .s-container {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 3rem 0 0;
        margin: 0 auto;
        width: 70%;
    }
    .section-8 .s-container2 {
        left: 20%;
        right: 55%;
        top: 5%;
    }
    .section-8 .s-container2 .s-text {
        width: auto;
        padding-left: 0;
    }
    .section-8 .s-title {
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
    }
    .section-8 .s-title2 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .section-8 .s-text {
        width: 40%;
        padding-left: 3rem;
        font-size: 1.25rem;
        line-height: 1.1;
        font-weight: bold;
    }

    .section-9 .s-container {
        left: 15%;
        right: 15%;
        top: 3%;
    }
    .section-9 .s-title {
        font-size: 3rem;
        font-weight: bold;
    }
    .section-9 .s-text {
        font-size: 1.25rem;
    }
    .section-9 .section-bt,
    .section-9 .section-use {
        top: auto;
        left: 5%;
        bottom: 5%;
        padding: 0;
    }
    .section-9 .section-use {
        left: 70%;
    }
    .section-9 .section-duration {
        font-size: 3rem;
        letter-spacing: 2px;
        text-align: center;
    }

    .section-10 {
        background-color: #fff;
        color: #000;
    }
    .section-10 .s-container {
        padding: 3rem 0;
        width: 80%;
        text-align: center;
    }
    .section-10 .s-title {
        font-size: 4rem;
        font-weight: bold;
    }
    .section-10 .s-text {
        font-size: 1.25rem;
    }
}