.section {
    position: relative;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
    color: #333;
}
.section .section-img {
    max-width: 100%;
    width: 100%;
}
.section .s-head {
    font-size: 2.125em;
    font-weight: bold;
}
.section .s-text {
    font-size: 1.25em;
    padding-top: 1.5%;
}


.section {
    max-width: 1200px;
}

.section-intro {
    font-size: 1.8em;
    color: #3e5577;
}
.section-intro .s-container {
    position: absolute;
    top: 8%;
    left: 5%;
    right: 40%;
}

.section-as-1 .s-container {
    position: absolute;
    top: 4%;
    left: 10%;
    right: 10%;
    text-align: center;
}
.section-as-2 .s-container {
    width: 80%;
    margin: 0 auto;
    padding: 4% 0;
    text-align: center;
}

.section-specs .s-head {
    font-size: 3em;
}
.section-specs .s-table {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    margin-bottom: 3%;
}
.section-specs .s-table tr td:first-child {
    width: 50%;
}
.section-specs .s-table tr td {
    padding: 10px 7px 3px;
    border-bottom: 1px solid #333;
}
.section-power .s-f {
    padding-top: 4%;
    display: flex;
    justify-content: space-around;
    font-size: 1.5em;
    font-weight: bold;
}
.section-power .s-i span {
    background: -webkit-gradient(linear, left bottom, left top, from(#E2E766), color-stop(0%, #2773FF), color-stop(59.033203125%, #92E3FF));
    background: -o-linear-gradient(bottom, #E2E766 0%, #2773FF 0%, #92E3FF 59.033203125%);
    background: linear-gradient(0deg, #E2E766 0%, #2773FF 0%, #92E3FF 59.033203125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media screen and (max-width: 768px) {
    .section {
        font-size: .5em;
    }
    .section-as-1 .s-container {
        left: 15px;
        right: 15px;
    }
    .section .s-head {
        font-size: 2em;
    }
    .section-intro {
        font-size: .8em;
    }
    .section-power .s-i span {
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        color: #2773FF;
    }
    .section-power .s-f {
        padding-top: 2%;
        font-size: 1em;
    }
    .section-as-2 .s-container {
        width: 100%;
        padding: 4% 15px;
    }
    .section-specs .s-table {
        width: 97%;
        font-size: 1.5em;
    }
}