@media (max-width: 767px){
    .page-template-intro  .col-sm-6{
        border-right: 0;
    }
    .row-center{
        margin-left: -18em;
        width: 100%;
    }
    .row-120{
        width: 510px;
        height: auto;
    }
    .page-template-intro .lang.col-sm-6{
        border-left: 0;
    }
    .page-template-intro .lang div{
        display: inline-block;
        float: left;
        text-align: center;
    }
    .page-template-intro .lang div:first-child{
        text-align: left;
    }
    .page-template-intro .lang div:last-child{
        text-align: right;
    }
}