
/* This CSS for small Mobile*/
@media (max-width:800px) {
.structure{width:90%;}
.footer_logo > img {
margin-left: 15px;
margin-top: 20px;
width: 34%;
}
.logo {
  margin-right: 50px;
margin-top: -180px;
width: 70%;
}
.laptop {
  margin-left: -10px;

}

}


