#Popup .regenerativeMedicine h3{ background: #eee; color: #4B4B4B; padding:12px; border-radius: 4px; border: #4B4B4B 2px solid;}
#Popup .regenerativeMedicine .Section{ width:; }
#Popup .regenerativeMedicine .flex{ display:flex; justify-content:center; flex-wrap:wrap;}
#Popup .regenerativeMedicine .flex .wide{ width:100%; }
#Popup .regenerativeMedicine .flex p{ padding:12px;}
#Popup .regenerativeMedicine .flex > div{ margin:0 12px; max-width:800px;}
@media screen and (max-width: 994px) {
	#Popup .regenerativeMedicine .flex > div{ width:100%;}
	#Popup .regenerativeMedicine .flex > div p{ margin:auto;}
}