section{
    position: relative;
}

h1{
    font-size: 52px;
    line-height: 52px;
    font-weight: 200;
    margin: 0;
}

h2{
    margin: 20px 0;
    font-size: 33px;
    line-height: 35px;
    font-weight: 300;
    padding-right: 170px;
}

h3{
    font-size: 37px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px 0;
}

/*header----------------------------------------------*/

.title{
    padding: 150px 60px 0 0;
}

#header #sky{
    display: none;
}
#header .bg{
    background: #d4e7f7;
}

/*intro----------------------------------------------*/

#intro{
    padding-top: 50px;
}

#intro .description{
    float: left;
    width: calc(100% - 380px);
    font-size: 20px;
    line-height: 30px;
    padding-right: 50px;
    box-sizing: border-box;
}
#intro .video{
    float: right;
    width: 380px;
}

#intro .description .pusher{
    float: left;
    width: 0;
    height: 65px;
}
#intro .description .pusher-clear{
    float: left;
    clear: left;
}
#intro .description img{
    float: left;
    margin-left: -80px;
    shape-outside: polygon(0 10%, 55% 10%, 65% 25%, 65% 38%, 73% 55%, 77% 76%, 80% 100%, 0 100%) padding-box;
}

#intro .description p{
    margin: 0 0 20px 0;
}


/*pie----------------------------------------------*/

#pie{
    position: relative;
    z-index: 3;
}

#pie .info{
    position: relative;
    float: left;
    width: 40%;
    padding: 50px 0;
    z-index: 1;
}
#pie h3{
    text-align: left;
}
#pie p{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
}
#pie .btn{
    margin-top: 20px;
}

#pie .background{
    background: #eef5fb;
}
#pie .background img{
    min-width: 1050px;
}



/*reasons----------------------------------------------*/

#reasons{
    padding: 60px 0 80px;
    position: relative;
    z-index: 2;
}

#reasons .background img{
    height: 100%;
    max-width: unset;
}

#reasons h3{
    text-align: left;
}

#reasons p{
    font-size: 16px;
    left: 25px;
    margin: 0  0 20px 0;
}

#reasons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#reasons li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
#reasons li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fbbc08;
}

#reasons .info{
    float: left;
    width: calc(60% - 18px);
    margin-right: 18px;
    background: rgba(255,255,255, 0.92);
    padding: 50px 70px;
}
#reasons .numbers{
    float: right;
    width: 40%;
    padding: 0 20px;
    background: rgba(255,255,255, 0.92);
}

#reasons .number{
    position: relative;
    padding: 30px 0;
    min-height: 110px;
    border-bottom: solid 1px #485f2b;
}
#reasons .number:last-child{
    border: none;
}
#reasons .number h4{
    position: absolute;
    margin: 0;
    z-index: 2;
    width: 135px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    top: 50%;
    left: 85px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#reasons .number h4:before{
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    font-size: 120px;
    font-weight: 600;
    color: #ffecb8;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#reasons .number:nth-last-child(1) h4:before{ content: '1'; }
#reasons .number:nth-last-child(2) h4:before{ content: '2'; }
#reasons .number:nth-last-child(3) h4:before{ content: '3'; }
#reasons .number:nth-last-child(4) h4:before{ content: '4'; }
#reasons .number:nth-last-child(5) h4:before{ content: '5'; }

#reasons .numbers .description{
    padding-left: 170px;
    font-size: 14px;
    font-weight: 400;
}
#reasons .numbers .description li{
    margin-bottom: 2px;
}
#reasons .numbers .description li:before{
    background: transparent;
    border: solid 1px #fbbc08;
}


/*statistics----------------------------------------------*/

#statistics{
    margin-bottom: 80px;
}
#statistics .info{
    padding: 80px 0 0;
}

#statistics .info h3{
    position: relative;
    margin: 0;
    background: #fff;
}
#statistics .info h3 span{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    z-index: 1;
}
#statistics .info h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#statistics .row{
    border-bottom: solid 1px #000;
}


#statistics #obesity,
#statistics #overweight,
#statistics #inactive{
    float: left;
    width: 33.3%;
    margin: 20px 0;
}
#statistics #overweight{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 10px 0;
}

#statistics #prevalence{
    float: left;
    width: 38.3%;
    margin: 20px 0;
}
#statistics #aerobic{
    float: left;
    width: 28.3%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin: 20px 0;
}
#statistics #admissions{
    width: 33.3%;
    float: left;
    margin: 20px 0;
}

/*obesity*/
#obesity{
    position: relative;
}
#obesity .bar{
    position: relative;
    display: inline-block;
    height: 70px;
    padding-left: 80px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 5px;
}
#obesity .bar.yellow{
    background: #efaa20;
}
#obesity .bar:after{
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 30px;
    background-size: contain;
}
#obesity .bar.yellow:after{
    background-image: url('../img/statistics/arrow_yellow.png')
}
#obesity .bar.green:after{
    background-image: url('../img/statistics/arrow_green.png')
}
#obesity .bar.green{
    background: #229790;
}
#obesity .bar h4{
    position: absolute;
    left: 40px;
    top: 50%;
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#obesity .bar img{
    margin: 7px 2px;
}
#obesity .description{
    position: absolute;
    left: 200px;
    top: 35px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    max-width: 170px;
    color: #229790;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#obesity .description strong{
    font-weight: 600;
}


/*overweight*/
#overweight{
    text-align: center;
    font-size: 0;
}
#overweight .libra{
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
#overweight .libra span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 65px 0 0;
    color: #229790;
}
#overweight .libra h4{
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}
#overweight .libra p{
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    font-size: 400;
}
#overweight .libra p:first-child{
    position: absolute;
    width: 100%;
    top: 52px;
}
#overweight .libra p strong{
    font-weight: 600;
}

/*inactive*/
#inactive{
    position: relative;
}
#inactive img{
    position: absolute;
    left: 27%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#inactive .description{
    padding-left: 54%;
    color: #229790;
}
#inactive .text{
    margin-bottom: 10px;
}
#inactive .text h4{
    position: relative;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    float: left;
}
#inactive .text h4 strong{
    position: absolute;
    top: 4px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
}
#inactive .text p{
    float: left;
    font-size: 15px;
    margin: 25px 0 0 2px;
}
#inactive p{
    margin: 0;
    font-size: 16px;
    line-height: 17px;
}
#inactive p strong{
    font-weight: 600;
}

/*prevalence*/
#prevalence{
    text-align: center;
    font-size: 0;
}
#prevalence .description{
    color: #229790;
    font-size: 16px;
    line-height: 18px;
    padding-right: 30%;
    font-weight: 400;
    text-align: left;
}
#prevalence .description p{
    margin: 0 0 20px;
}
#prevalence .pointers{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#prevalence .value{
    position: absolute;
    text-align: center;
    color: #229790;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#prevalence .value h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
#prevalence .value p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
#prevalence  .male{
    position: relative;
    display: inline-block;
    max-width: 50%;
}
#prevalence .male #value1{
    top: 77%;
    left: 10%;
}
#prevalence .male #value2{
    top: 77%;
    left: 68%;
}
#prevalence  .female{
    position: relative;
    display: inline-block;
    max-width: 50%;
}
#prevalence .female #value1{
    bottom: 85%;
    left: 24%;
}
#prevalence .female #value2{
    bottom: 85%;
    left: 78%;
}

/*aerobic*/
#aerobic{
    position: relative;
}
#aerobic .heart{
    position: relative;
    margin: 20px;
}
#aerobic .heart .value{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 49px 27px;
}
#aerobic .heart.men .value{
    color: #fff;
}
#aerobic .heart.women .value{
    color: #229790;
}
#aerobic .heart .value h4{
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}
#aerobic .heart .value p{
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

#aerobic .description{
    position: absolute;
    left: 52%;
    top: 43%;
    width: 50%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #229790;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*admissions*/

#admissions{
    padding-left: 30px;
}
#admissions .description {
    color: #229790;
}
#admissions .description p{
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
#admissions .description strong{
    font-weight: 600;
}

#admissions .image{
    position: relative;
    width: 100%;
    height: 200px;
    border-bottom: solid 3px #229790;
}

#admissions .hospital1{
    position: absolute;
    bottom: 0;
    right: 0;
}
#admissions .hospital1 span,
#admissions .hospital2 span{
    position: absolute;
    color: #229790;
    font-weight: 600;
    font-size: 14px;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#admissions .hospital2{
    position: absolute;
    bottom: 0;
    right: 32%;
}
#admissions .ambulance{
    position: absolute;
    bottom: 0;
    left: 15%;
}


/* Responsive ----------------------------------------------------------*/

@media(max-width: 1600px){
    h1{
        font-size: 48px;
        line-height: 48px;
    }
    h2{
        font-size: 32px;
        line-height: 34px;
    }
    #header{
        position: relative;
        height: 700px;
    }
    #header .bg{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    #header img{
        position: absolute;
        max-width: unset;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media(max-width: 1500px){
    h1{
        font-size: 44px;
        line-height: 44px;
    }
    h2{
        font-size: 30px;
        line-height: 32px;
    }
}



@media(max-width: 1400px){
    h1{
        font-size: 38px;
        line-height: 38px;
    }
    h2{
        font-size: 29px;
        line-height: 31px;
    }
}


@media(max-width: 1350px){
    .circle-container{
        margin-right: 15px;
    }
}


@media(max-width: 1300px){
    .circle-container{
        margin-right: 30px;
    }
}


@media(max-width: 1200px){
    #header .title{
        width: 52%;
        padding: 90px 60px 0 0;
    }
    h1{
        font-size: 31px;
        line-height: 31px;
    }
    h2{
        font-size: 24px;
        line-height: 26px;
    }
    h3{
        font-size: 35px;
        line-height: 35px;
    }
    #header{
        height: 520px;
    }
    #intro .description{
        font-size: 19px;
        line-height: 28px;
        width: calc(100% - 350px);
    }
    #intro .video{
        width: 350px;
    }
    #pie .info{
        width: 55%;
    }
    #pie .circle-container{
        width: 35%;
    }
    #pie .circle .outer{
        width: 118%;
        height: 118%;
        border-width: 30px;
    }
    #reasons .info{
        padding: 40px 50px;
    }
    #reasons p{
        margin: 0  0 15px 0;
    }
    #reasons .numbers .description{
        padding-left: 150px;
    }
    #reasons .number{
        padding: 20px 0;
    }
    #reasons .number h4{
        left: 75px;
        font-size: 17px;
        width: 125px;
    }
    #statistics .container{
        width: 850px;
        margin: 0 auto 80px;
    }
    #statistics #obesity,
    #statistics #overweight,
    #statistics #prevalence,
    #statistics #aerobic{
        width: 50%;
    }
    #statistics #inactive,
    #statistics #admissions{
        width: 100%;
    }
    #statistics #overweight,
    #statistics #aerobic{
        border-right: none;
    }
    #statistics #inactive,
    #statistics #admissions{
        border-top: solid 1px #000;
        padding-top: 15px;
        margin-top: 0;
    }
    #inactive{
        text-align: center;
    }
    #inactive .text{
        float: left;
        margin-right: 20px;
    }
    #inactive p{
        float: left;
        margin-top: 7px;
    }
    #inactive img{
        position: static;
        float: left;
        margin-right: 30px;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
    }
    #inactive .description{
        float: left;
        padding: 0;
        margin-top: 35px;
    }
    #inactive span{
        display: inline-block;
        text-align: left;
    }
    #aerobic .heart{
        margin: 15px 35px;
    }
    #statistics #admissions{
        position: relative;
        padding: 25px 0 0;
    }
    #admissions .description{
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #admissions .hospital2{
        right: 20%;
    }
    #admissions .ambulance{
        left: 50%;
    }
    #statistics .row:last-child{
        border-bottom: none;
    }
}

@media(max-width: 1150px){
    #intro .description .pusher{
        height: 100px;
    }
}

@media(max-width: 1100px){
    #intro .description .pusher{
        height: 100px;
    }
    #intro .description{
        font-size: 17px;
        line-height: 26px;
        width: calc(100% - 320px);
    }
    #intro .video{
        width: 320px;
    }
}

@media(max-width: 1024px){
    h1{
        font-size: 29px;
        line-height: 29px;
    }
    h2{
        font-size: 23px;
        line-height: 25px;
        padding-right: 150px;
    }
    h3{
        font-size: 33px;
        line-height: 33px;
    }
    #intro .description{
        padding-right: 20px;
        width: calc(100% - 250px);
    }
    #intro .video{
        width: 250px;
    }
    #reasons .info{
        float: none;
        width: auto;
        margin: 0 0 20px 0;
        padding: 35px 40px;
    }
    #reasons .numbers{
        float: none;
        width: auto;
        padding: 5px 20px;
    }
    #reasons .number h4{
        left: 85px;
    }
    #reasons .numbers .description{
        padding-left: 170px;
    }
}


@media(max-width: 950px){
    #statistics .container{
        width: 720px;
    }
    #statistics #prevalence{
        padding-right: 15px;
    }
}

@media(max-width: 900px){
    h1{
        font-size: 27px;
        line-height: 27px;
    }
    h2{
        font-size: 22px;
        line-height: 24px;
        padding-right: 100px;
    }
    h3{
        font-size: 31px;
        line-height: 31px;
    }
}

@media(max-width: 850px){
    #intro .description{
        float: none;
        padding: 30px 0 0;
        width: 100%;
    }
    #intro .video{
        float: none;
        width: 380px;
        margin: 0 auto;
        max-width: 100%;
    }
    #pie .circle-container{
        float: none;
        margin: 0 auto;
        width: 45%;
    }
    #pie .info{
        float: none;
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }
    #pie h3{
        text-align: center;
    }
}

@media(max-width: 800px){
    h1{
        font-size: 25px;
        line-height: 25px;
    }
    h2{
        font-size: 21px;
        line-height: 23px;
        padding-right: 80px;
    }
    h3{
        font-size: 29px;
        line-height: 29px;
    }
    #statistics .container{
        width: auto;
        margin: 0 45px 80px;
    }
    #statistics .row{
        display: none;
    }
    #statistics #overweight,
    #statistics #prevalence,
    #statistics #aerobic{
        width: 100%;
    }
    #statistics #obesity{
        margin: 0 auto;
        width: 350px;
        float: none;
        padding: 20px 0;
    }
    #statistics #overweight{
        border-left: none;
        margin: 0;
        border-top: solid 1px #000;
        padding: 20px 0;
    }
    #overweight .libra{
        margin: 0 20px;
    }
    #statistics #inactive{
        margin: 0;
        border-top: solid 1px #000;
        padding: 20px 0;
    }
    #inactive span{
        text-align: center;
    }
    #inactive img{
        float: none;
        margin: 0;
    }
    #inactive .description{
        float: none;
        margin: 20px 0 0;
    }
    #inactive .text{
        margin-bottom: 0;
    }
    #statistics #prevalence{
        margin: 0;
        border-top: solid 1px #000;
        padding: 20px 0;
    }
    #prevalence .description{
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    #prevalence .description p{
        margin-bottom: 15px;
    }
    #statistics #aerobic{
        border-left: none;
        margin: 0;
        border-top: solid 1px #000;
        padding: 20px 0;
        text-align: center;
    }
    #aerobic .heart{
        margin: 0 20px;
        display: inline-block;
        text-align: left;
    }
    #aerobic .description{
        position: static;
        max-width: 300px;
        margin: 0 auto;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
    }
    #aerobic .description p{
        margin: 20px 0 0;
    }
    #statistics #admissions{
        margin: 0;
        border-top: solid 1px #000;
        padding: 20px 0;
    }
    #admissions .description{
        max-width: 55%;
    }

}
@media(max-width: 700px){
    #header .title{
        width: 57%;
    }
    h1{
        font-size: 23px;
        line-height: 23px;
    }
    h2{
        font-size: 20px;
        line-height: 22px;
        padding-right: 50px;
    }
    h3{
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 25px;
    }
    #intro .description{
        font-size: 16px;
        line-height: 24px;
    }
    #pie .circle-container{
        width: 50%;
    }
}

@media(max-width: 600px){
    #header{
        background: #d4e7f7;
        height: 500px;
    }
    #header .title{
        width: 100%;
        padding: 90px 0 0 30px;
    }
    h1{
        font-size: 22px;
        line-height: 22px;
    }
    h2{
        font-size: 19px;
        line-height: 21px;
        padding: 0;
    }
    h3{
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    #header .bg img{
        position: absolute;
        height: auto;
        width: 100%;
        top: auto;
        bottom: 0;
        min-width: unset;
    }
    #header #sky{
        display: block;
        bottom: 1px;
    }
    #intro .description .pusher{
        height: 150px;
    }
    #pie{
        padding-top: 70px;
    }
    #pie .circle-container{
        width: 55%;
    }
    #reasons{
        padding: 0;
    }
    #reasons .container{
        margin: 0;
    }
    #reasons .info{
        margin: 0;
        padding: 35px 30px 25px;
    }
    #reasons .numbers{
        padding: 5px 20px 50px;
    }
    #reasons .number:first-child{
        border-top: solid 1px #485f2b;
    }
    #statistics .container{
        margin: 0 20px 80px;
    }
    #inactive .text{
        margin-bottom: 10px;
    }
    #inactive .description > p{
        float: none;
    }
    #admissions .description{
        top: 45%;
    }
    #admissions .hospital2{
        right: 23%;
    }
    #admissions .ambulance{
        left: 35%;
    }
}

@media(max-width: 550px){
    #intro .description img{
        width: 80%;
    }
}

@media(max-width: 500px){
    #header{
        height: 480px;
    }
    h1{
        font-size: 21px;
        line-height: 21px;
    }
    h2{
        font-size: 18px;
        line-height: 20px;
    }
    h3{
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    #intro .description{
        font-size: 15px;
        line-height: 23px;
    }
    #intro .description img{
        width: 75%;
        margin-left: -50px;
    }
    #intro .description .pusher{
        height: 200px;
    }
    #pie .circle-container{
        width: 65%;
    }
    #pie p,
    #reasons p,
    #reasons ul{
        font-size: 15px;
        line-height: 23px;
    }
    #prevalence .description,
    #aerobic .description,
    #admissions .description p{
        font-size: 15px;
    }
    #inactive .text h4{
        font-size: 40px;
    }
    #inactive .text h4 strong{
        font-size: 21px;
    }
    #aerobic .heart:nth-child(1),
    #overweight .libra:nth-child(1){
        margin: 0 10px 0 0;
    }
    #aerobic .heart:nth-child(2),
    #overweight .libra:nth-child(2){
        margin: 0 0 0 10px;
    }
    #aerobic .description{
        width: auto;
        max-width: unset;
    }
    #aerobic .description br{
        display: none;
    }
    #admissions .description{
        position: static;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
        max-width: unset;
    }
    #admissions .hospital2 {
        right: 35%;
    }
    #admissions .ambulance {
        left: 10%;
    }
}

@media(max-width: 450px){
    #header .title{
        width: 100%;
        padding: 90px 0px 0px;
    }
    #header{
        height: 450px;
    }
    h1{
        font-size: 20px;
        line-height: 22px;
    }
    h2{
        font-size: 17px;
        line-height: 19px;
    }
    h3{
        font-size: 20px;
        line-height: 22px;
    }
    #header .title h2{
        margin: 10px 0 15px;
    }
    #intro .description .pusher{
        height: 250px;
    }
    #pie .circle-container{
        width: 75%;
    }
    #reasons .number h4{
        left: 75px;
    }
    #reasons .numbers .description{
        padding-left: 150px;
    }
}

@media(max-width: 400px){
    #header{
        height: 430px;
    }
    #header img{
        width: 120%;
    }
    #intro .description{
        font-size: 14px;
    }
    #pie .circle-container{
        width: 75%;
    }
    #reasons .number{
        padding: 30px 0;
    }
    #reasons .number h4{
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        text-align: left;
        padding: 0 0 0 35px;
        margin-bottom: 20px;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
    }
    #reasons .number h4:before{
        color: #fbbc08;
        left: -3px;
        top: 50%;
        font-size: 50px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #reasons .numbers .description {
        padding-left: 5px;
    }
    #pie p,
    #reasons p,
    #reasons ul{
        font-size: 14px;
        line-height: 22px;
    }
    #aerobic .heart:nth-child(1),
    #aerobic .heart:nth-child(2),
    #overweight .libra:nth-child(1),
    #overweight .libra:nth-child(2){
        margin: 0 50px;
    }
    #aerobic .heart:nth-child(1){
        margin-bottom: 5px;
    }
    #overweight .libra:nth-child(1){
        margin-bottom: 20px;
    }
    #prevalence .description p {
        margin-bottom: 0px;
    }
    #prevalence .male{
        max-width: unset;
        margin-left: 40px;
        width: 180px;
    }
    #prevalence .female{
        max-width: unset;
        width: 180px;
    }
    #statistics #obesity{
        width: auto;
    }
    #obesity .bar{
        height: 55px;
        padding-left: 60px;
    }
    #obesity .bar h4{
        left: 30px;
        font-size: 20px;
    }
    #obesity .bar img{
        margin: 11px 2px;
        width: 12px;
    }
    #obesity .description{
        left: 140px;
        top: 28px;
        font-size: 13px;
        line-height: 15px;
        max-width: 140px;
    }
    #obesity .bar:after{
        width: 23px;
        right: -23px;
    }

}

@media(max-width: 350px){
    #intro .description img{
        width: 85%;
    }
    #intro .description .pusher {
        height: 310px;
    }
    #pie .circle-container{
        width: 90%;
    }
}