@media only screen and (max-width: 600px) {
	.img_on_mobile{
  	max-height: 85%;
	  max-width: 85%;
	}
}
.thanktext {
	color: #552D90;
	font-size: 43px !important;
}
.ttext {
	color: grey;
	font-size: 15px !important;
}