.google-icon{
	  left: 0;
    height: 34px;
    bottom: 284px;
    position: absolute;
}
.apple-icon{
		left: 70px;
    height: 34px;
    bottom: 285px;
    position: absolute;
}
.footer__top{
	position: relative;
}

@media (max-width: 767.99px) {
.google-icon {
    left: 45%;
    height: 34px;
    bottom: -60px;
    position: absolute;
    transform: translate(-45%, -50%);
}
.apple-icon{
	  left: 56%;
    height: 34px;
    bottom: -60px;
    position: absolute;
    transform: translate(-56%, -50%);
}
}

@media (max-width: 425.99px) {
	.google-icon {
    left: 38%;
    height: 34px;
    bottom: -60px;
    position: absolute;
    transform: translate(-38%, -50%);
}
.apple-icon{
	  left: 54%;
    height: 34px;
    bottom: -60px;
    position: absolute;
    transform: translate(-54%, -50%);
}
	
}
