.sec1 .flex_content:not(:last-of-type) {
    border-bottom: 1px dashed #CCCCCC;
}

.sec1 .infocol p.roboto-condensed   {
    display: inline-block;
}

.sec2 .ticker   {
    height: auto;
}

.sec2 .robot.left   {
    width: 20%;
}

@media screen and (max-width: 834px)    {
    .sub main section.separator {
        height: 52.24vw;
    }
    
    .sec1 .robotarea img    {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: none;
    }
    
    .sec2 .robot.left   {
        width: 20vw;
    }

}