/**ΧιΌώΡωΚ½**/
@media screen and (max-width: 1024px){
.blue{left:30%;}
}
@media screen and (max-width: 768px){
.blue{left:30%;}
}
@media screen and (max-width: 480px){
.blue{left:5%;}
}
@media screen and (max-width: 320px){
.blue{left:5%;}
}
