.lang-pen {
    position: absolute;
    right: 0;
    bottom: 10px;
}
@media(max-width: 767px){
    .lang-pen {
        position: absolute;
        right: calc(50% - 50px);
        bottom: 10px;
    }
}