@media screen and (min-width: 737px) {
    .box{
        margin-top:-16em;
    }
}

#prices{
	width:90%;
	margin-left:5%;
	text-align:center;
}

#prices p{
	margin-top:20px;
	margin-bottom:20px;
}

#prices img{
	width:100%;
	border-radius:10px;
}