#content {
	background-color: white;
}

.img{
	height: 250px;
}
.world {
	height: 200px;
}

@media(max-width: 500px) {



	.world {
		max-height: 155px;
		padding-top: 30px;
	}

	.img{
		height: 200px;
	}

	.about-img {
		padding: 0px;
	}
}