/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2025 | 02:57:11 */
.bible_class_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	flex-wrap: wrap;
	background-image: url("https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/07/bible_class_homepage.jpg");
/* 	background-image: url("https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/07/bible_class_w1680_h558.jpg"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.bible_class_wrap .left-section,
.bible_class_wrap .center-section,
.bible_class_wrap .right-section {
	margin: 10px auto;
	text-align: center;
	flex: 1;
}

.bible_class_wrap .center-section {
	margin-top: 5rem;
}

.bible_class_wrap .center-section-lg {
	margin-top: 6rem!important;
}

.bible_class_wrap .left-section img.qr {
	max-width: 200px;
}

.bible_class_wrap .title {
	font-size: 24px;
	font-weight: bold;
	font-family: "Noto Serif SC";
    color: #212121;
}

.bible_class_wrap .title_big {
	font-size: 40px;
	font-weight: bold;
	font-family: "Noto Serif SC";
    color: #212121;
}

.bible_class_wrap .title .highlight, .bible_class_wrap .title_big .highlight {
	color: #8B0000;
}

.bible_class_wrap .info {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #212121;
}


.bible_class_wrap .info-big {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.6;
	color: #212121;
}

.bible_class_wrap .right-section .buttons{
	margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.bible_class_wrap .right-section .buttons a{
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 768px) {
	.bible_class_wrap {
		flex-direction: column;
		text-align: center;
		padding: 20px;
		background-image: url("https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/07/bible_class_mobile.webp");
	}

	.bible_class_wrap .left-section,
	.bible_class_wrap .center-section,
	.bible_class_wrap .right-section {
		width: 100%;
		margin:auto;
	}
	.bible_class_wrap .right-section {margin-top: 16px;}
	
	.bible_class_wrap .right-section .buttons{
		flex-direction: row;
	}
	.bible_class_wrap .right-section .buttons a{
		margin-right: 0;
		margin-left: 0;
	}
	
	.bible_class_wrap .left-section img.qr {
		max-width: 150px;
	}

	.bible_class_wrap .center-section {
		order: 1; 
		margin-top: 120px;
	}

	.bible_class_wrap .left-section {
		order: 2;
	}

	.bible_class_wrap .right-section {
		order: 3;
	}
	
	.bible_class_wrap .title_big {
		font-size: 30px;
	}
}
