.popup .popup-wrap .content{
  max-height: 95px;
  overflow-x: auto;
  font-size: 14px;
}

@media only screen and (max-width: 768px){
	.popup .popup-wrap .content	{
		max-height: 120px;
	}
}