.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}
.section .s-title {
    font-size: 1.75em;
    line-height: 1.1;
    font-weight: bold;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1em;
}
.section img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}
.section .s-line {
    padding-top: 15px;
}
.section .s-line .s-bullet {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #323232;
    display: inline-block;
}
.section .s-line .s-bullet:not(:first-child) {
    margin-left: 5px;
}

.section-1,
.section-4,
.section-5,
.section-7 {
    color: #323232;
}

.section-1 {
    background-color: #c3c4c8;
}

.section-2 {
    background-color: #e1e2e4;
    padding: 60px 0;
}
.section-2 .s-container {
    width: 95%;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    color: #323232;
    flex-wrap: wrap;
    text-align: center;
}
.section-2 .s-i img {
    width: 120px;
}
.section-2 .s-i {
    width: 50%;
    padding-bottom: 30px;
}
.section-2 .s-h {
    font-size: 1.5em;
    line-height: 1;
}
.section-2 .s-t {
    font-size: .975em;
    color: #7f7f7f;
}

.section-3 {
    color: #692008;
    background-color: #dcaf92;
}
.section-3 .s-line .s-bullet {
    border-color: #692008;
}

.section-4 {
    background-color: #c3c3c5;
}

.section-5 {
    background-color: #849ba3;
}
.section-5 .s-feature {
    margin-top: 2em;
    color: #f9ddb1;
    font-size: 1em;
}
.section-5 .s-feature .s-i {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 60px;
    border: 1px solid #f9ddb1;
}
.section-5 .s-feature .s-i span {
    font-size: 1.45em;
    font-weight: bold;
    padding-right: 5px;
}
.section-5 .s-feature .s-i2 {
    margin-top: 20px;
}

.section-6 .s-line .s-bullet,
.section-8 .s-line .s-bullet,
.section-9 .s-line .s-bullet {
    border-color: #fff;
}
.section-6 {
    background-color: #a16861;
}
.section-6 .s-note {
    text-align: left;
    font-size: .875em;
    padding: 0 20px 20px;
}

.section-7 {
    background-color: #fff;
}

.section-10 {
    background-color: #fff;
    color: #323232;
}
.section-10 .s-container {
    width: 70%;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

@media (max-width: 340px) {
    .section .s-line {
        padding-top: 7px;
    }
    .section .s-text {
        margin-top: 7px;
        line-height: 1.25;
    }
    .section .s-line .s-bullet {
        width: 13px;
        height: 13px;
    }
    .section-2 .s-i {
        width: 100%;
    }
    .section-5 .s-feature {
        font-size: .875em;
    }
}

@media (min-width: 769px) {
    .section .s-title {
        font-size: 2.5em;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.25em;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }

    .section-1 .s-container {
        position: absolute;
        left: 12%;
        right: 40%;
        top: 20%;
    }
    .section-1 .s-title {
        font-size: 4em;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 1.75em;
        font-weight: bold;
    }

    .section-2 {
        background-color: #e1e2e4;
        padding: 60px 0;
    }
    .section-2 .s-container {
        width: 85%;
        align-items: center;
    }
    .section-2 .s-i img {
        width: 140px;
    }
    .section-2 .s-i {
        width: 33.333333333%;
    }

    .section-3 .s-container {
        position: absolute;
        top: 5%;
        left: 8%;
        right: 54%;
    }

    .section-4 .s-container {
        position: absolute;
        top: 5%;
        left: 38%;
        right: 25%;
    }
    .section-5 .s-container {
        position: absolute;
        top: 10%;
        left: 12%;
        right: 51%;
    }
    .section-5 .s-feature {
        margin-top: 3em;
        font-size: 1.425em;
    }

    .section-6 {
        text-align: center;
    }
    .section-6 .s-container {
        position: absolute;
        top: 3%;
        left: 20%;
        right: 20%;
    }
    .section-6 .s-note {
        font-size: .875em;
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 2%;
        padding: 0;
    }

    .section-7 .s-container {
        position: absolute;
        top: 4%;
        left: 45%;
        right: 10%;
    }
    .section-8 .s-container {
        position: absolute;
        top: 4%;
        left: 12%;
        right: 50%;
    }
    .section-9 .s-container {
        position: absolute;
        top: 20%;
        left: 8%;
        right: 53%;
    }

    .section-10 .s-container {
        padding: 40px 0 25px;
    }
}

@media screen and (min-width: 1920px) {
    .section {
        font-size: 20px;
    }
    .section-1 .s-title {
        font-size: 5em;
    }
    .section-1 .s-text {
        font-size: 2.5em;
    }
}