@media (max-width:1000px) {
.td2 {
	width:75%;
	max-width: 800px;
	height: auto;
}
}

@media screen and (max-width:450px){
.icon2 {
	width: 80%;
  	height: auto;
	margin-left: 10%;
  	background-size: cover;
  	background-position: center;
	}
.child {
	width:100%;
	max-width: 450px;
	height:auto;
	margin: 0px;
	display:flex;
	justify-content:flex-end;
	flex-flow: column;
}
}