.white-popup { position: relative;background: #670073; padding: 5px; /* width: 80%; */ max-width: 770px; margin: 0 auto;}
.white-popup p { line-height: 300%;text-align: center;font-size: 120%;}
.white-popup a { display: block; color: #34A2E8!important; text-decoration: underline; }
@media screen and (max-width: 767px){
	.white-popup {padding: 1%;/* width: auto; */ /* width: 90%; */ max-width: 80%;/* margin: 3% auto; */}
	.white-popup p { line-height: 200%;font-size: 100%;}
	.white-popup a { }
	.white-popup img { width:100%; height:auto;}
}