section#haps .content{
    width: 35%;
}
section#haps .content .column{
    width: 100%;
}
section#haps .side-img{
    width: 65%;
}
#content section#haps .side-img .img{
    width: auto;
    margin-left: 75px;
    margin-right: 20px;
}


section#decarbonisation .content{
    padding-right: 30px;
}
section#decarbonisation{
    background: #e3e3e3;
    padding-top: 25px;
    overflow: hidden;
}
section#decarbonisation > .img{
    height: 750px;
}

section#decarbonisation .highlight.quote{
    margin-top: -100px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
section#decarbonisation .highlight.quote p{
    padding-top: 30px;
    line-height: 30px;
}
section#decarbonisation .container:last-child{
    padding-top: 0;
    padding-bottom: 80px;
}


section#hud .container{
    padding-top: 60px;
    padding-bottom: 60px;
}

section#hud .boxed-img{
    margin-top: 40px;
}

section#hud .quote{
    background: #e3e3e3;
}


@media (max-width: 1700px){
    section#decarbonisation > .img{
        height: auto;
        padding-bottom: 45%;
    }
}


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


@media (max-width: 1200px){
    section#decarbonisation .highlight.quote{
        width: 33.333333%;
    }
    section#decarbonisation .content{
        width: 66.666666%;
    }
}

@media (max-width: 1300px){
    section#decarbonisation .highlight.quote p{
        line-height: 28px;
    }
}

@media (max-width: 1200px){
    section#haps .content,
    section#haps .side-img{
        width: 50%;
    }
    section#decarbonisation .highlight.quote p{
        line-height: 26px;
    }
}

@media (max-width: 980px){
    section#haps .content,
    section#haps .side-img{
        width: 100%;
    }
    section#decarbonisation{
        padding-top: 0;
    }
    section#decarbonisation .highlight.quote{
        margin-top: -70px;
    }
    section#decarbonisation .highlight.quote p{
        padding:  30px 30px 20px;
    }
    section#decarbonisation .container:last-child{
        padding-bottom: 60px;
    }
    section#decarbonisation .highlight.quote{
        width: 100%;
    }
    section#decarbonisation .content{
        width: 100%;
    }
}


@media (max-width: 600px){
    #content section#haps .side-img .img{
        margin-left: 65px;
    }
    section#decarbonisation .highlight.quote{
        margin: 0 0 40px;
    }
}


@media (max-width: 500px){
    #content section#haps .side-img .img{
        margin-left: 55px;
        margin-right: 0;
    }
}


@media (max-width: 400px){
    section#decarbonisation .highlight.quote{
        margin: -40px -30px 40px;
        width: auto;
    }
}