.section {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.section .wrap {
    position: relative;
}
.section .text {
    position: absolute;
    text-align: center;
    z-index: 10;
    color: #fff;
}
.section .text .h2,
.section .text p {
    transition: all 1s ease;
}
.section .text p {
    padding: 0;
    margin: 8px 0;
}
.section .text .h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
}

.section-1 .text {
    text-align: left;
    top: 40%;
    bottom: auto;
    left: 10%;
    right: 50%;
    text-shadow: 4px 4px 10px rgba(0,0,0,.6);
}
.section-1 .text .h2 {
    font-size: 50px;
}
.section-1 .text p {
    font-size: 25px;
}

.section-2 .text {
    top: 23%;
    left: 1%;
    right: 1%;
    color: #111;
}
.section-2 .i {
    position: absolute;
    text-align: left;
}
.section-2 .i .h3 {
    font-size: 23px;
    margin: 0 0 5px;
}
.section-2 .i p {
    font-size: 15px;
}
.section-2 .i-drop {
    top: 31%;
    left: 13%;
}
.section-2 .i-high {
    top: 39%;
    left: 38%;
}
.section-2 .i-fog {
    top: 33%;
    left: 71.5%;
}
.section-2 .i-low {
    top: 58%;
    left: 20%;
}
.section-2 .i-storage {
    top: 62%;
    left: 49%;
}
.section-2 .i-vibr {
    top: 57%;
    left: 77%;
}

.section-3 {
    background: #fff;
}
.section-3 .text {
    text-align: left;
    color: #111;
    top: 30%;
    left: 15%;
    right: 55%;
}

.section-4 .text {
    color: #111;
    top: 20%;
    left: 55%;
    right: 15%;
    text-align: left;
}
.section-4 .note {
    margin-top: 30px;
    font-size: 12px;
    color: #555;
}

@media screen and (max-width: 1024px) {
    .section-2 .i .h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .section-2 .i p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .section-1 .text {
        top: 20%;
    }
    .section-1 .text .h2 {
        font-size: 40px
    }
    .section-1 .text p {
        font-size: 20px;
    }
    .section-2 .text .h2 {
        font-size: 20px;
    }
    .section-2 .i .h3 {
        font-size: 15px;
    }
    .section-2 .i p {
        font-size: 11px;
    }
    .section-3 .text {
        left: 5%;
    }
    .section-4 .text {
        right: 5%;
    }
}

@media screen and (max-width: 640px) {
    .section {
        padding-top: 20%;
    }
    .section .text {
        top: 1%;
        left: 2%;
        right: 5%;
        text-align: left;
    }
    .section .text .h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section .text p {
        font-size: 14px;
    }
    .section-2 {
        padding-top: 0;
    }
    .section-2 .text {
        text-align: center;
    }
    .section-2 .i-drop {
        top: 20%;
        left: 5%;
    }
    .section-2 .i-high {
        top: 27%;
        left: 31%;
    }
    .section-2 .i-fog {
        top: 21%;
        left: 65%;
    }
    .section-2 .i-low {
        top: 48%;
        left: 14%;
    }
    .section-2 .i-storage {
        top: 51%;
        left: 43%;
    }
    .section-2 .i-vibr {
        top: 68%;
        left: 70%;
    }
    .section-4 {
        background: #97abc3;
        padding-top: 40%;
    }
    .section-4 .text .note {
        margin-top: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .section-2 .i .h3 {
        font-size: 12px;
    }
    .section-2 .i p {
        font-size: 10px;
    }
}

@media screen and (max-width: 360px) {
    .section-2 .i {
        display: none;
    }
}