.change-lang {
    position: fixed;
    right: 2%;
    top: 2%;
	width: 70px;
	height: 30px;
	background: #d99a3488;
	border: 0;
	border-radius: 5px;
	color: #33230f;
	cursor: pointer;
	z-index: 1000;
}
.change-lang:hover {
    background: #d99a34;
}

@media (max-width: 768px) {
    .change-lang {
        right: 15%;
        top: 11px;
    }
}