@media(max-width: 1550px){
	footer>div:first-child{
		width: 1200px;
	}
}
@media(max-width: 1250px){
	footer>div:first-child{
		width: 800px;
	}

}
@media(max-width: 850px){
	footer>div:first-child{
		width: 500px;
	}
}
@media(max-width: 550px){
	footer>div:first-child{
		width: 100%;
		display: block;
		padding: 10px 0px 10px;
	}
	footer>div:first-child>img,footer>div:first-child>div>img[src*="yo_amo_gdl.svg"]{
		height: 30px;
		max-width: calc(100% - 50px);
	}
	footer>div:first-child>img{
		margin-left: auto;
		display: block;
		max-width: calc(100% - 50px);
		margin-bottom: 20px;
	}
		footer>div:first-child>div>a>img{
			width: 25px;
		}
	footer>div:first-child>div{
		text-align: center;
		width: 100%;
		margin-right: initial;
	}
	footer>div:nth-child(2){
		padding: 10px;
		font-size: 0.8em;
	}
}