.robot-eco {
    background-image: url(https://i8.amplience.net/i/epsonemear/robots_1123_robot_ecosystem_desktop_background);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 80px 0;
}
.robot-eco__intro h1 {
    margin-top: 0px;
    text-align: center;
}
.robot-eco__intro span {
    text-align: center;
    max-width: 960px;
    margin: auto;
}
.robot-eco__body {
    margin: 0 20px;
    min-height: 640px;
    margin-top: 60px;
}
.robot-eco__circle {
    position: absolute;
    background-image: url(https://epsonemear.a.bigcontent.io/v1/static/robots_1123_robot_ecosystem_desktop_centre_circle);
    height: 640px;
    width: 640px;
    left: 50%;
    margin-left: -320px;
}
.robot-eco__inner-circle {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.robot-eco__cat {
    width: fit-content;
    text-align: center;
}
.robot-eco__cat:not(:first-child) {
    padding-top: 30px;
}
.robot-eco__cat img {
    display: block;
}
.robot-eco__feat-row {
    position: relative;
    z-index: 1;
}
.robot-eco__feat-row--narrow {
    gap: 250px;
}
.robot-eco__feat-row--wide {
    gap: 500px;
}
.robot-eco p, .robot-eco span {
    margin-top: 0px ;
    font-size: 13px;
}
.robot-eco__feat-padding {
    padding-bottom: 20px;
}
.robot-eco__feat-heading {
    font-weight: 700;
}
.robot-eco__feat-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.robot-eco__feat-copy {
    flex: 1 1 0px;
    max-width: 200px;
}

.robot-eco__feat-copy > *:not(:last-child) {
    padding-bottom: 10px;
}
.robot-eco__feat-L  {
    text-align: right;
}
.robot-eco__feat-R {
    text-align: left;
}
.robot-eco__feat-row {
    display: flex;
    justify-content: center;
}
.robot-eco__feat-wrapper a,.robot-eco__feat-wrapper a:visited {
    color: #fff;
    text-decoration: underline;
}
.robot-eco__feat-wrapper a:hover {
    text-decoration: none;
}

.find-us-on {
    background-color: #F1F3F5;
    padding-top: 30px;
    padding-bottom: 30px;
}   
.find-us-on__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.find-us-on h6 {
    font-size: 12px;
    margin: 0px;
    padding-right: 30px;
    text-align: left;
}
.find-us-on__logo-containers img:not(:last-child) {
    padding-right: 30px;
}
.find-us-on__logo-containers img {
    max-height: 64px;
}
.find-us-on__logos-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.find-us-on__logo-row {
    display: flex;
    align-items: center;
}
.find-us-on__separator {
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #C7C9CA;
}
@media(max-width: 1250px) {
    .robot-eco__feat-row--narrow {
        gap: 250px;
    }
    .robot-eco__feat-row--wide {
        gap: 450px;
    }
}
@media(max-width: 1100px) {
    .robot-eco {
        padding: 40px 10px;
        background-image: url(https://i8.amplience.net/i/epsonemear/robots_1123_robot_ecosystem_mobile_background);
        background-repeat: repeat-y;
    }
    .robot-eco__body {
        margin: 40px 0px 0px;
    }
    .robot-eco__circle {
        position: relative;
        background-image: url(https://epsonemear.a.bigcontent.io/v1/static/robots_1123_robot_ecosystem_mobile_centre_circle);
        height: 0px;
        width: 100%;
        max-width: 600px;
        /* Padding top should be (img width / img height * container width) */
        padding-top: min(600px, 100%); 
        left: 0px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        margin-bottom: 50px;
    }

    .robot-eco__inner-circle {
        position: absolute;
        top: min(150px, 25%);
        left: 0%;
        width: inherit;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .robot-eco__cat {
        width: 25vw;
        max-width: 160px;
    }
    .robot-eco__cat img {
        width: 100%;
    }
    /* .robot-eco__inner-wrapper {
        width: 25vw;
    } */
    .robot-eco__feat-row {
        flex-direction: row;
        gap: 20px;
    }
    .robot-eco__feat-L {
        text-align: left;
    }
    .robot-eco__feat-wrapper {
        position: relative;
        background-color: #0A2038;
        width: 100%;
        margin: 0 auto 20px;
        padding: 20px 10px;
        justify-content: center;
    }
    .robot-eco__feat-copy {
        max-width: unset;
    }
    .robot-eco__feat-wrapper div {
        flex: 1 1 0px;
    }

    .robot-eco__feat-row:last-of-type .robot-eco__feat-wrapper:last-of-type:after {
        content: none;
    }

    .find-us-on {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .find-us-on__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .find-us-on__logo-row {
        align-items: flex-start;
    }
    .find-us-on__logos {
        flex-direction: column;
    }
    .find-us-on__separator {
    margin: 20px 0px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #C7C9CA;
    }
    .find-us-on__logos-col {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }
    .find-us-on__logo-containers {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
    }
    .find-us-on__logos-col .find-us-on__logo-containers img {
        flex: 1 1 25%;
    }
    .find-us-on__logo-containers img:not(:last-child) {
        padding: 0;
    }
    .find-us-on__logo-containers img {
        max-height: 64px;
    }
}
@media(max-width: 767px) {
    .robot-eco__circle:after {
        content: "";
        position: absolute;
        left:calc(50% - 2px);
        bottom: calc(0% - 50px);
        width: 4px;
        height: 50px;
        background-color: #CCCCCC;
    }
    .robot-eco__feat-row {
        flex-direction: column;
    }
    .robot-eco__feat-wrapper {
        justify-content: start;
    }
    .robot-eco__feat-wrapper:nth-child(2n-1) {
        flex-direction: row-reverse;
        margin-right: auto;
        justify-content: flex-end;
    }
    .robot-eco__feat-wrapper:after {
        content: "";
        position: absolute;
        left:calc(50% - 2px);
        bottom: calc(0% - 20px);
        width: 4px;
        height: 20px;
        background-color: #CCCCCC;
    }
    .robot-eco__feat-wrapper div {
        flex: unset;
    }
    .robot-eco__feat-img {
        text-align: end;
    }
    .robot-eco__feat-img img {
        object-fit: contain;
        max-width: 80px;
    }
    .robot-eco__feat-row--narrow, .robot-eco__feat-row--wide {
        gap: 0px;
    }
    .robot-eco__feat-padding {
        padding-bottom: 0px;
        }
}