  /* DESKTOP FUNDO */
@media screen and (min-width:768px) {
#corpo {
 background-color: white;
 margin-top: 135px;
 background-image: url(https://cdn.awsli.com.br/1552/1552397/arquivos/fundo.png);
 background-repeat: no-repeat;
 padding-top: 100px;
}
}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
 background-color: white;
 background-image: url(https://cdn.awsli.com.br/1552/1552397/arquivos/fundo.png);
 background-repeat: no-repeat;
 background-size: 400%;
 background-position: top;
}
}  

