.approach-page-template .content-container {
    max-width: 100%;
}
.approach-page-template .image-quote .content-container {
    padding: 0;
}
.approach-page-template .section.image-quote {
    padding: 0;
}
.approach-page-template .image-quote .quote-image img {
    width: 25%;
}
.approach-page-template .title-link-image .content-image:before{
    right: -2px;
}
.approach-page-template .get-in-touch > div {
    padding-top: 0;
    border-top: 0;
}
.approach-page-template .get-in-touch p {
    width: 55%;
}

/* Max-header width */
@media only screen and ( max-width: 1180px ){
    .approach-page-template .image-quote .image-container .bottom-right-sliced img{
        height: auto;
    }
    .approach-page-template .get-in-touch p {
        width: 100%;
    }
}
/* Small Tablet */
@media only screen and ( max-width: 768px ){
    .approach-page-template .section.image-quote {
        margin-bottom: 0;
    }
    .approach-page-template .get-in-touch p {
        max-width: 100%;
    }
    .approach-page-template .heroImage img {
        min-height: 300px;
    }
    .approach-page-template .get-in-touch > div {
        padding: 0 30px;
    }
    .approach-page-template .image-quote .image-quote-inner .quote-image img {
        max-height: 150px;
        width: 75%;
    }
    .approach-page-template .image-quote .image-container .bottom-right-sliced img{
        height: 65%;
        padding-left: 80px;
    }
    .approach-page-template .image-quote .bottom-right-sliced.orange-linethrough:before {
        width: 110px;
        height: 180px;
    }
    .approach-page-template .image-quote .bottom-right-sliced.orange-linethrough:after {
        right: -60px;
        bottom: 145px;
    }

}

/* Mobile */
@media only screen and ( max-width: 640px ){
    .approach-page-template .image-quote .image-container .bottom-right-sliced img{
        padding-left: 30px;
    }
}
