/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

p{
	font-size: 25px;
	line-height: 35px;
}
.listadoJesus > li{
	font-size: 25px;
	line-height: 35px;
}

@media only screen and (max-width: 768px){
	p{
	font-size: 20px;
	line-height: 30px;
}
.listadoJesus > li{
	font-size: 20px;
	line-height: 30px;
}
}