.container {
    width: 1400px;
}

@media screen and (max-width:767px) {
    .robot-wrap{
        display: none;
    }
}
