.main-article {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding: 91px 0 0;
    color: #000;
}
.section {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    text-align: left;
}
.section img {
    margin: 0 auto;
}
.section .text {
    padding: 15px;
}
.section .desc {
}
.section .h2 {
    margin-top: 0;
    font-weight: bold;
}

.section-1 .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.section-1 .desc {
    font-size: 1.725em;
    font-weight: bold;
    line-height: 1.2;
    margin-top: .5em;
}
.section-1 .h2 {
    font-size: 2.125em;
}
.with-gradient-1 {
    background: linear-gradient(to right,#ffc774,#d9db99);
    -webkit-background-clip: text;
    color: transparent;
    padding-right: 6px;
}
.with-gradient-2 {
    background: linear-gradient(to right,#bee8ba,#62f6f8);
    -webkit-background-clip: text;
    color: transparent;
    padding-right: 6px;
}

.section-3,
.section-4 {
    color: #000;
    background-color: #fff;
}
.section-3 .text,
.section-5 .text,
.section-4 .text,
.section-6 .text {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .section {
        font-size: 22px;
    }
    .section .h2 {
        font-size: 3em;
        font-weight: bold;
    }
    .section .desc {
        font-size: 1.125em;
        margin-top: 1.25em;
    }

    .section-1 .text {
        top: 50%;
        left: 55%;
        right: 10%;
        transform: translateY(-50%);
        text-align: left;
    }
    .section-1 .desc {
        font-size: 2em;
        margin-top: .5em;
    }

    .section-3,
    .section-4 {
        color: #000;
        background-color: #fff;
    }
    .section-3 .text,
    .section-5 .text {
        position: absolute;
        top: 42%;
        left: 15%;
        right: 52%;
        text-align: left;
    }
    .section-4 .text,
    .section-6 .text {
        position: absolute;
        top: 4%;
        left: 20%;
        right: 20%;
        text-align: center;
    }
    .section-5 .text {
        top: 34%;
    }
    .section-6 .text {
        top: 8%;
    }
}