/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2025 | 06:00:50 */
/* ++++ ++++ banner ++++ ++++ */
.subPageBanner_10beliefs {
  position: relative;
  padding: 6% 0 6% 0;
  border-radius: 0 0 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: white;
}

.subPageBanner_10beliefs_text h2 {
	font-family: 'Playball', cursive;
	font-weight: 400;	
	font-size: 64px;
	line-height: 128.1%;
	color: white;
	text-align: center;
	font-style: italic;
}

.subPageBanner_10beliefs_text h4 {
	font-family: 'Inter', serif;
	font-size: 17px;
	font-weight: 600;
	font-style: bold;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin: 0 !important;
}
@media (max-width: 769px){
	.subPageBanner_10beliefs_text h4 {font-size: 14px;}
	.subPageBanner_10beliefs_text h2 {font-size: 56px; line-height: 112%;}	
}
@media (max-width: 430px){
	.subPageBanner_10beliefs_text h4 {font-size: 12px;}
	.subPageBanner_10beliefs_text h2 {font-size: 40px; line-height: 112%;}	
}
/* ++++ ++++ content Part 1 ++++ ++++ */
.contentCard_10Beliefs{
	display: flex;
	justify-content: center;
	background-color: #F4F7FA;
	border-radius: 50px;
	padding: 30px;
	margin-bottom: 30px;
}
.contentCard_10Beliefs_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.contentCard_10Beliefs_text {
	flex: 1;
	text-align: left;
	font-family: 'Inter', sans-serif;
	color: #000000;
}
.contentCard_10Beliefs_text h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 3%;
}
.contentCard_10Beliefs_text p {
	font-size: 17px;
/* 	line-height: 1.2; */
	font-weight: 300;
}
.contentCard_10Beliefs_img {
	flex: 1;
	text-align: center;
}
.contentCard_10Beliefs_img img {
	width: 100%;
	border-radius: 30px;
}

@media (max-width: 769px){
	.contentCard_10Beliefs_text h2 {font-size: 31px;}
	.contentCard_10Beliefs_text p {font-size: 14px;}
}
@media (max-width: 430px){
	.contentCard_10Beliefs{padding: 10%;}
	.contentCard_10Beliefs_inner{flex-wrap: nowrap; flex-direction: column; width:100%;gap:30px;}
	.contentCard_10Beliefs_text {padding: 0;}  
	.contentCard_10Beliefs_text p {font-size: 12px; line-height:130%;}
	.contentCard_10Beliefs_text h2 {font-size: 27px;text-align: center;padding-left: 0;}    
}
/* ++++ ++++ content part3: ++++ ++++ */
.JesusChristPart3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"image title"
        "image quote"
        "image text";
	gap: 30px;
	align-items: center;
	font-family: sans-serif;
	background-color: white;
	color: black;
	margin-bottom: 30px;
	height: auto;
	margin: 30px 0;
}
.JesusChristPart3-image {
	grid-area: image;
	overflow: visible;
}
.JesusChristPart3-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}
.JesusChristPart3-title {
	grid-area: title;
	font-size: 36px;
	line-height:128.1%;
	font-weight: 550;
}
.JesusChristPart3-quote {
	grid-area: quote;
}
.JesusChristPart3-quote img {
	border-radius: 30px;
}
.JesusChristPart3-text {
	grid-area: text;
	font-size: 17px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
}
@media (max-width: 769px){
	.JesusChristPart3-title {font-size: 27px;}
	.JesusChristPart3-text {font-size: 14px;}
}
@media (max-width: 430px) {
	.JesusChristPart3{
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"image"
			"text"
			"quote";
	}
	.JesusChristPart3-title {font-size: 22px;text-align: center;}
	.JesusChristPart3-text {font-size: 12px;line-height: 1.3;}
}
/* ************************************
custome style from ZH 
************************************ */
.text-center {
  text-align: center !important;
}
.m-1 {
  margin: 0.25rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
/* ************************************
custome style from qh 
************************************ */
.img-center {
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-small{
	max-width: 550px;
	height: auto;
}

/* .text-none {
  text-transform: none !important;
} */

