.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: 2.25em;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 1.125em;
}
.section .img-responsive {
    width: 100%;
}
.section .s-container {
    padding: 20px;
}

.section .s-container {
    padding: 20px 15px;
}
.section-1 .s-text {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 15px 20px;
}

.section-5,
.section-7,
.section-9,
.section-10,
.section-11 {
    background-color: #fff;
    color: #111;
}

.section-5 .s-features {
    display: flex;
    flex-wrap: wrap;
}
.section-5 .s-features .i {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.section-5 .i-w {
    text-align: center;
    padding-bottom: 50px;
}
.section-5 .i-h {
    font-size: 4.5em;
    color: #ee2b2b;
}
.section-5 .i-small {
    font-size: 0.4em;
}
.section-5 .i-txt {
    margin-top: -8px;
    font-size: 1em;
    color: #686868;
}

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

@media (min-width: 769px) {
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }
    .section .s-topcentred {
        text-align: center;
        position: absolute;
        width: 60%;
        top: 3%;
        left: 10px;
        right: 10px;
    }

    .section-1 {
        color: #111;
    }
    .section-1 .s-container {
        position: absolute;
        top: 8%;
        left: 55%;
        right: 5%;
        background-color: initial;
    }
    .section-1 .s-title,
    .section-1 .s-title2 {
        font-size: 2.75em;
        font-weight: bold;
    }
    .section-1 .s-title2 {
        text-align: right;
    }
    .section-1 .s-text {
        position: absolute;
        bottom: 7%;
        left: 50%;
        right: 5%;
        font-size: 1em;
        padding: 0;
    }
    .section-1 .s-h2 {
        font-size: 1.5em;
        font-weight: bold;
    }

    .section-2 .s-container {
        position: absolute;
        top: 33%;
        left: 38%;
        right: 33%;
    }

    .section-5 .s-features {
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 6%;
    }
    .section-5 .s-features .i {
        width: 50%;
        margin-bottom: 0;
    }

    .section-7 {
        color: #111;
    }

    .section-8 .s-container {
        position: absolute;
        top: 22%;
        left: 48%;
        right: 7%;
    }

    .section-9 .s-container {
        position: absolute;
        top: 22%;
        left: 10%;
        right: 50%;
    }

    .section-5,
    .section-9,
    .section-10,
    .section-11 {
        color: #111;
    }
    .section-10 .s-container {
        position: absolute;
        bottom: 25%;
        left: 7%;
        right: 55%;
    }
}