@media all and (max-width: 1024px) {
	section aside {
    	width: 40%;
  	}
}

@media all and (max-width: 768px) {
  	section aside {
    	width: calc(100% - 128px);
  	}
  	button {
    	width: 106%;
   }
}