﻿.banner_page_title {
    background: var(--light-grey);
}

.page_case_studies h1 {
    padding: 35px 0px 35px 0px;
    color: var(--grey);
    font-weight: 700;
    font-size: 2em;
    width: 200px;
    text-transform: uppercase;
    margin-top: -70px;
}


.case_studies_carousel {
    padding: 15px 0 30px;
}

.page_case_studies #content {
    margin-top: -60px;
    margin-left: -30px;
}

.right-bg {
    height: 500px;
}

.case_studies_carousel .prev,
.case_studies_carousel .next,
.case_study_initiatives .prev,
.case_study_initiatives .next,
.case_study_gallery .prev,
.case_study_gallery .next {
    opacity: 0.3;
    position: absolute;
    padding: 10px 15px;
    /*background-color: #fea30b;*/
    color: var(--light-grey);
    font-size: 4em;
    top: 45%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    transition: linear background 0.3s;
    -webkit-transition: linear background 0.3s;
    -moz-transition: linear background 0.3s;
    -o-transition: linear background 0.3s;
}

    .case_studies_carousel .prev:hover,
    .case_studies_carousel .next:hover,
    .case_study_initiatives .prev:hover,
    .case_study_initiatives .next:hover,
    .case_study_gallery .prev:hover,
    .case_study_gallery .next:hover {
        color: var(--orange);
    }

.case_studies_carousel .prev,
.case_study_initiatives .prev,
.case_study_gallery .prev {
    left: -44px;
}

.case_studies_carousel .next,
.case_study_initiatives .next,
.case_study_gallery .next {
    right: -44px;
}

.case_studies_carousel .carousel_dots {
    padding: 15px 0 !important;
    margin: 0 !important;
    text-align: center;
}

    .case_studies_carousel .carousel_dots li {
        display: inline-block;
        padding: 0 8px;
    }

        .case_studies_carousel .carousel_dots li:before {
            display: none;
        }

        .case_studies_carousel .carousel_dots li button {
            background: #909090;
            color: #909090;
            border: 0;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            font-size: 0;
            transition: linear background 0.3s;
            -webkit-transition: linear background 0.3s;
            -moz-transition: linear background 0.3s;
            -o-transition: linear background 0.3s;
        }

            .case_studies_carousel .carousel_dots li button:hover,
            .case_studies_carousel .carousel_dots li.slick-active button {
                background: #fea30b;
            }

.case_studies_carousel .case_study {
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .case_studies_carousel .case_study a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: linear background 0.3s;
        -webkit-transition: linear background 0.3s;
        -moz-transition: linear background 0.3s;
        -o-transition: linear background 0.3s;
    }

        .case_studies_carousel .case_study a:hover {
            background: rgba(254, 163, 11, 0.4);
        }

    .case_studies_carousel .case_study h3 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        margin: 0 30px 0 0;
        color: #fff;
        font-size: 3em;
    }

.case_study_heading {
    /*margin-bottom: 5px;*/
    color: var(--grey);
    /*text-transform: uppercase;*/
    font-size: 2.7em;
    font-weight: bold;
    margin-bottom: 20px !important;
}

    .case_study_heading .full-stop {
        color: var(--orange);
    }

.case_study_subheading {
    color: var(--orange);
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.cs_occupiers_logos img {
    float: right;
}

.case_study_details {
    position: relative;
    padding: 15px 30px;
    margin: 50px 0 100px;
    /*background-color: #63656a;*/
    color: var(--grey);
    border-top: 2px solid #fff;
    /*font-size: 1.5em;*/
    line-height: 1.2em;
    position: relative;
    background: linear-gradient(to right, var(--grey) 1px, transparent 1px) 0 0, linear-gradient(to right, var(--grey) 1px, transparent 1px) 0 100%, linear-gradient(to left, var(--grey) 1px, transparent 1px) 100% 0, linear-gradient(to left, var(--grey) 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, var(--grey) 1px, transparent 1px) 0 0, linear-gradient(to bottom, var(--grey) 1px, transparent 1px) 100% 0, linear-gradient(to top, var(--grey) 1px, transparent 1px) 0 100%, linear-gradient(to top, var(--grey) 1px, transparent 1px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding: 30px;
}

.case_study_description {
    line-height: 1.6em;
}

    .case_study_description .orange_heading2 {
    }

/*.case_study_details:before,
    .case_study_details:after,
    .case_study_detailst > :first-child:before,
    .case_study_details > :first-child:after {
        position: absolute;
        width: 80px;
        height: 80px;
        border-color: red;*/
/* or whatever colour */
/*border-style: solid;*/
/* or whatever style */
/*content: ' ';
    }

    .case_study_details:before {
        top: 0;
        left: 0;
        border-width: 1px 0 0 1px
    }

    .case_study_details:after {
        top: 0;
        right: 0;
        border-width: 1px 1px 0 0
    }

    .case_study_details > :first-child:before {
        bottom: 0;
        right: 0;
        border-width: 0 1px 1px 0
    }

    .case_study_details > :first-child:after {
        bottom: 0;
        left: 0;
        border-width: 0 0 1px 1px
    }*/
.case_study_details p {
    font-weight: 300;
    margin: 0;
    padding: 0 0 15px;
}

.case_study_details .label {
    font-weight: 300;
    color: var(--grey);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 1.1em;
}

.case_study_details .size {
    color: var(--grey);
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    margin: 5px 0;
}

.case_study_details .occupiers {
    color: var(--grey);
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    margin: 5px 0;
}

.case_study_details.redesign {
    background: none;
    padding: 0;
}

    .case_study_details.redesign .orange_heading2 {
        font-size: 35px;
        line-height: 1.1;
    }

    .case_study_details.redesign .info-block {
        border-bottom: 1px solid #d8d8d9;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .case_study_details.redesign .info-block .size,
        .case_study_details.redesign .info-block .occupiers {
            font-size: 1.2em;
            margin: 5px 0 0;
            padding: 0;
            text-transform: none;
        }

        .case_study_details.redesign .info-block .label {
            font-size: 1.2em;
            text-transform: none;
        }

.case-study-title h3 {
    color: #fff;
    font-size: 1.5em;
}

.case_study_content {
    margin-top: 15px;
}

.case_study_gallery_grid {
    position: relative;
    padding: 30px 0 90px;
}

    .case_study_gallery_grid h2 {
        color: #fea30b;
        margin: 0;
    }

    .case_study_gallery_grid hr {
        background-color: #fea30b;
        color: #fea30b;
        opacity: 1;
        margin: 10px 0 30px;
        width: 100%;
    }


.initiatives_gallery_titlte {
    text-transform: uppercase;
    color: var(--dark-teal);
    font-size: 1.5em;
    margin: 30px 0;
    font-weight: bold;
}

.gallery_title {
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    margin: 15px 0;
    font-weight: bold;
}

.gallery_background {
    margin-top: 2px;
    margin-bottom: 5px;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-left: calc(-50vw + 50%);
    background: url('../images/administration/Blue-background.png');
    background-size: cover;
}

    .gallery_background.redesign {
        background: none;
    }

        .gallery_background.redesign .gallery_title {
            color: var(--orange);
            font-size: 44px;
            font-style: italic;
            font-weight: 300;
            line-height: 1;
            text-transform: none;
        }

.sustainable_initiative_background {
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-left: calc(-50vw + 50%);
    background-color: var(--light-blue);
}

.initiative_block {
    height: 150px;
    margin-left: 3px;
    background-color: var(--dark-teal);
}

.sustainable_gallery_image {
    /* width:40%;*/
    height: 100%;
    pointer-events: none;
}

    .sustainable_gallery_image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.sustainable_gallery_content {
    /*width: 60%;*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
    color: #fff;
    padding: 12px 0;
    /*font-size: 1.5em;*/
}

    .sustainable_gallery_content p {
        /*       position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 10px;*/
    }

.gallery_image {
    margin-right: 10px;
}

.sustainable_initiative_background.redesign {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    padding: 0;
}

    .sustainable_initiative_background.redesign .container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

@media screen and (min-width : 768px) {
    .sustainable_initiative_background.redesign .container {
        flex-direction: row;
    }
}

.sustainable_initiative_background.redesign .sustainable-image {
    /*min-height: 100vh;*/
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sustainable_initiative_background.redesign .col-sm-6:first-child::before {
    content: '';
    display: block;
    padding-top: 100%; /* 16:9 */
}

.sustainable_initiative_background.redesign .initiative_block {
    background: none;
    display: flex;
    height: auto;
    /*margin-top: -1px;*/
    border-bottom: 1px solid #d8d8d9;
}

    .sustainable_initiative_background.redesign .initiative_block p {
        color: #727478;
        margin: 0;
    }

    .sustainable_initiative_background.redesign .initiative_block .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .sustainable_initiative_background.redesign .initiative_block:active,
    .sustainable_initiative_background.redesign .initiative_block:focus,
    .sustainable_initiative_background.redesign .initiative_block:hover {
        border-bottom: 1px solid #636569;
    }

    .sustainable_initiative_background.redesign .initiative_block:last-child {
        /*border-bottom: none;*/
    }
/*

        .sustainable_initiative_background.redesign .initiative_block:last-child {
            border-bottom: 2px solid;
            border-color: #d7d7d8;
        }

        .sustainable_initiative_background.redesign .initiative_block:first-child {
            border-top: 2px solid;
            border-color: #d7d7d8;
        }
*/
.sustainable_initiative_background.redesign .sustainable_initiative_content {
    /*min-height: 500px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
    /*        padding-top: 60px;
        padding-bottom: 100px;*/
}

.sustainable_initiative_background.redesign .initiatives_gallery_titlte {
    color: #63656a;
    font-style: italic;
    font-size: 44px;
    font-weight: 300;
    text-transform: none;
    width: 75%;
}

.sustainable_initiative_background.redesign .initiative_blocks {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d8d8d9;
}

.total-block.blue-background {
    padding: 20px 0;
}

    .total-block.blue-background h4 {
        color: #1e6776;
        font-size: 44px;
        font-style: italic;
    }

.social-value {
    background: var(--offwhite);
    padding: 80px 0 100px;
}

    .social-value .social-stats-title {
        color: var(--grey);
        width: 75%;
        font-style: italic;
    }

    .social-value p {
        font-weight: 300;
    }

    .social-value .statistic {
        background: #fff;
        display: flex;
        margin-bottom: 20px;
        padding: 20px 0;
    }

        .social-value .statistic:last-child {
            margin-bottom: 0;
        }

        .social-value .statistic .statistic-stat {
            align-items: center;
            color: var(--orange);
            display: flex;
            font-weight: 300;
            flex: 1;
            font-size: 40px;
            justify-content: center;
            text-align: center;
        }

        .social-value .statistic .statistic-text {
            display: flex;
            flex: 4;
        }

.quote-block {
    padding: 0 0 160px;
}

    .quote-block .quote {
        background: #186976;
        border-radius: 5px;
        padding: 50px 15px;
        position: relative;
    }

@media screen and (min-width : 768px) {
    .quote-block .quote {
        padding: 100px 60px;
    }
}

.quote-block .quote::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0px 0px 50px;
    border-color: #186976 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -50px;
    right: 10%;
}

.quote-block .quote blockquote {
    border: none;
    color: white;
    padding: 0;
    margin:0;
    margin-bottom: 30px;
}

@media screen and (min-width : 768px) {
    .quote-block .quote blockquote {
    }
}

.quote-block .quote blockquote p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
}

.quote-block .quote .quote-name {
    color: white;
    font-weight: bold;
}

.quote-block .quote .quote-title {
    color: white;
}

.quote-block .quote p {
    color: white;
}

.success-story-block {
    padding: 80px 0 100px;
}

    .success-story-block .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

@media screen and (min-width : 768px) {
    .success-story-block .row {
        flex-direction: row;
    }
}

.success-story-block .success-story-block-title {
}

    .success-story-block .success-story-block-title h1, h2, h3, h4, h5, h6 {
        color: var(--grey);
        font-size: 34px;
        font-style: italic;
        line-height: 1.2;
    }

.success-story-block .success-story-video-block-title {
    color: #186976;
    font-style: italic;
    margin-top: 5px;
}
/*-----------------------------------------------------------------------------------------------*/
.featherlight .featherlight-content {
    overflow: hidden;
}

.featherlight .featherlight-image {
    max-height: 90vh;
    max-width: 100%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
    background: none;
}

.featherlight-next {
    left: 90%;
}

.featherlight-previous {
    right: 90%;
}

    .featherlight-next span,
    .featherlight-previous span {
        color: #63656a;
        text-shadow: 0 0 5px #fea30b;
        font-size: 3em;
        display: inline-block;
    }
/*-----------------------------------------------------------------------------------------------*/

.case-study {
    padding-bottom: 5px;
    cursor: pointer;
}

.case_study_link {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    display: block;
    z-index: 1;
}

.case-study .right {
    height: 420px;
}

    .case-study .right .right-content {
        mask-image: none;
        background: #fafafb !important;
        border-left: 10px solid var(--orange);
        padding: 25px 25px 25px;
    }


@media screen and (min-width : 768px) {
    .case-study .right .right-content {
        padding: 25px 40px 25px;
    }
}

.case-study .right .right-content .desc-value {
    font-size: 1em;
}

.case-study .right-bg {
    min-height: 420px;
}

.case-study .case-study-title {
    color: #616368;
    line-height: 1;
    font-size: 40px;
    text-transform: none;
    text-wrap-mode: wrap;
    width: 90%;
}

.case-study p {
    color: #616368;
}

.case-study .white_btn {
    border-color: #616368;
    color: #616368;
    display: inline-flex;
    float: none;
    margin-top: 0;
}

    .case-study .white_btn p {
        width: auto;
    }

@media screen and (min-width : 0) {
    .case-study {
        min-height: 800px;
    }
}

@media screen and (min-width : 768px) {
    .case-study {
        min-height: 100%;
    }
}

.lower_case_study_link {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.left {
    height: 300px;
    position: relative;
}

    .left:after {
        content: "\25BA";
        font-size: 2em;
        position: absolute;
        top: 50%;
        right: -27px;
        color: var(--left-arrow-colour);
    }

.case-study-number {
    position: absolute;
    top: 15%;
    left: 0;
    opacity: .3;
}

    .case-study-number p {
        font-size: 8em;
        font-weight: 700;
        color: #fff;
    }

.case-study-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}

    .case-study-title p {
        margin: 0;
    }

.right {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.right-bg {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    z-index: -1;
    transition: all .1s ease;
    background-size: cover;
    background-position: center center;
}



.right .right-content {
    color: #fff;
    padding: 80px 0px 0 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 1;
    transition: all 1s ease;
}

    .right .right-content:after {
        background: var(--right-bg-colour);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -1;
    }

.right.hovering .right-content {
    left: 0;
}

.right-content .desc-value {
    font-weight: 700;
    font-size: 1.2em;
}

.right-content .occupiers-logos img {
    width: 200px;
    height: 70px;
    object-fit: contain;
}

.right-content a {
    color: #fff;
}

.right .click-more {
    position: absolute;
    bottom: 0;
    right: 5px;
}


.portfolio-section {
    margin: 5px 0px 50px 0px;
}

.portfolio-section-text {
    padding: 45px 0;
}

@media screen and (min-width : 768px) {
    .portfolio-section-text {
        padding: 45px;
    }
}

.btn_standard {
    padding: 10px 35px;
    text-transform: uppercase;
    float: right;
    padding: 7px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 25px;
    color: var(--grey) !important;
    border: 1px solid grey;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0px
}

    .btn_standard:hover {
        color: white !important;
        background-color: var(--grey);
        text-decoration: none;
    }

.white_btn {
    padding: 10px 35px;
    text-transform: uppercase;
    float: left;
    /*padding: 7px 25px;*/
    padding: 5px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 25px;
    color: white !important;
    border: 1px solid white;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px !important;
}

    .white_btn:hover {
        color: grey !important;
        background-color: white !important;
    }

.right-content hr {
    height: 2px;
    margin-top: -5px;
    overflow: hidden;
    color: white;
    border: none;
    background-color: white;
    width: 100%;
    margin-left: 0;
    opacity: 0.25;
    margin-bottom: 35px;
}


.office .right .right-content {
}

    .office .right .right-content h2 {
        font-style: unset;
        color: var(--grey);
    }

    .office .right .right-content .contact-details {
        display: flex;
    }

        .office .right .right-content .contact-details p {
            margin-top: 0;
        }

        .office .right .right-content .contact-details img:first-of-type {
            height: 100% !important;
            margin-right: 20px;
        }

.office.kenilworth .right .right-content {
    border-color: var(--dark-teal);
}

.office.kenilworth {
    margin-bottom: 20px;
}

.page_contact h2 {
    color: var(--dark-teal);
}
/*.standard_btn {
    padding: 15px 15px;
    background: var(--orange);
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    border: 0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: linear background 0.3s;
    -webkit-transition: linear background 0.3s;
    -moz-transition: linear background 0.3s;
    -o-transition: linear background 0.3s;
}

    .standard_btn:hover {
        background: var(--light-blue);
        text-decoration: none;
    }*/
.cs-section-text {
    padding: 40px 0px;
}
/*-----------------------------------------------------------------------------------------------*/
/*.customer {
    position: relative;
    padding: 0 0 30px;
}

.customer_location {
    position: relative;
    font-family: CraftGothicBlack, Arial, Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    padding: 0 0 15px;
}

.customer_location h2 {
    font-size: 2.5em;
    line-height: 1em;
    color: #fea30b;
    margin: 0;
}

.customer_location h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin: 0;
}

.customer_location strong {
    color: #63656a;
}

.customer_img_region {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    background-color: rgba(254, 163, 11, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.customer_img_region .customer_info {
    position: absolute;

    top: 100%;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 15px 30px;
    font-size: 1.5em;
    background-color: rgba(99, 101, 106, 0.9);
    color: #fff;
    transition: linear top 0.3s;
    -webkit-transition: linear top 0.3s;
    -moz-transition: linear top 0.3s;
    -o-transition: linear top 0.3s;
}

.customer_img_region:hover .customer_info {
    top: 0;
}

.customer_img_region .customer_info h2,
.customer_img_region .customer_info h3,
.customer_img_region .customer_info h4 {
    color: #fff;
}*/


.right-content {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 0) 120%);
    background: linear-gradient(to right, var(--right-bg-colour) 0%, rgba(255, 255, 255, 0) 100%);
}

.values_section.new-layout {
}

    .values_section.new-layout .values_background {
        background: var(--offwhite);
    }

    .values_section.new-layout .header {
        margin-bottom: 40px;
    }

        .values_section.new-layout .header p {
            font-weight: 300 !important;
        }

    .values_section.new-layout .row {
        margin-bottom: 40px;
    }

    .values_section.new-layout .value_lines {
        border: none !important;
    }

        .values_section.new-layout .value_lines .item-inner {
            display: flex;
        }

            .values_section.new-layout .value_lines .item-inner .item-image {
                padding-right: 40px;
            }

            .values_section.new-layout .value_lines .item-inner .item-content {
                border-left: 1px solid #636569;
                padding-left: 40px;
            }

                .values_section.new-layout .value_lines .item-inner .item-content p:first-child {
                    color: var(--new-dark-blue) !important;
                    margin-bottom: 0 !important;
                }

.finance_section.new-layout {
}

    .finance_section.new-layout .header p {
        color: #fff !important;
        font-weight: 300 !important;
    }



.our-customers-section.new-layout {
}

    .our-customers-section.new-layout h2 {
        color: var(--new-dark-blue);
        font-weight: 300;
    }

.page_case_studies {
}

    .page_case_studies .portfolio-section {
        margin: 5px 0px 0px 0px;
    }

        .page_case_studies .portfolio-section .portfolio-section-text {
            display: flex;
            justify-content: center;
        }

            .page_case_studies .portfolio-section .portfolio-section-text .row {
                align-items: center;
                flex-direction: column;
                display: flex;
                width: 100%;
            }

@media screen and (min-width : 768px) {
    .page_case_studies .portfolio-section .portfolio-section-text .row {
        flex-direction: row;
    }
}

.page_case_studies .portfolio-section .portfolio-section-text .row .col-lg-6 {
    height: 100%;
}

    .page_case_studies .portfolio-section .portfolio-section-text .row .col-lg-6 h3 {
        color: #236b79;
        line-height: 1;
    }

.page_case_studies .carousel_wrapper {
    padding-bottom: 20px;
}

    .page_case_studies .carousel_wrapper .card-containers h2 {
        font-size: 35px;
        font-style: italic;
    }

.master_lower {
}

    .master_lower .case-studies-categories {
        display: none;
    }


@media screen and (min-width : 0px) {
    .values_section.new-layout .value_lines {
        padding-left: 0;
        padding-right: 0;
    }

        .values_section.new-layout .value_lines .item-inner .item-image {
            /*border-left: none;*/
            padding-right: 0;
        }

        .values_section.new-layout .value_lines .item-inner .item-content {
            border-left: none;
            padding-left: 0;
        }
}


@media screen and (min-width : 768px) {
    .values_section.new-layout .value_lines {
        padding-left: 15px;
        padding-right: 15px;
    }

        .values_section.new-layout .value_lines .item-inner .item-image {
            /*border-left: 1px solid #636569;*/
            padding-right: 40px;
        }

        .values_section.new-layout .value_lines .item-inner .item-content {
            border-left: 1px solid #636569;
            padding-left: 40px;
        }
}
