.footer-mobile {
	padding: 20px;
    position: relative;  /* Для корректного позиционирования контента */   	
	width: 100%;
	height: 100px;
	background-color: rgb(183,113,44);
	color: white;
	background: 
        url('../../img/content/footer-fon-1.jpg');   
}

.footer-mobile-item {
	font-size: 20px;
	padding: 0px;
    position: relative;  /* Для корректного позиционирования контента */   	
	width: 100%;
}

.footer-mobile-item a {
  color: white; /* цвет ссылки */
  /* text-decoration: none; */
}

