body.daily-devotional .move-up-section {
	overflow: visible !important;
}

body.daily-devotional .move-up-section .row {
	margin-top: -60px;
	background: #fff;
	border-radius: 10px;
}

body.daily-devotional .amazon-book-section .col2 {
	padding: 40px;
}

body.daily-devotional .amazon-book-section .col1 {
	background: url(https://sanctuaryclinics.com/wp-content/uploads/2025/11/img2.jpg);
    min-height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.2);
}

body.daily-devotional .amazon-book-section .row:after {
	content: '';
	position: absolute;
	right: 0;
	width: 70%;
	height: 100%;
	border: 1px solid #CF8C55;
	z-index: -1;
}

body.daily-devotional .amazon-book-section .col2 ul.tick-list li {
	position: relative;
	padding-left: 30px;
	list-style: none;
	margin-left: 0;

}

body.daily-devotional .amazon-book-section .col2 ul.tick-list li:after {
    content: '';
    background: url(https://sanctuaryclinics.com/wp-content/uploads/2025/11/icon1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 11px;
}

body.daily-devotional .amazon-book-section .main-heading h2 {
	margin-bottom: 0;
}

body.daily-devotional .amazon-book-section.softbound .row:after {
	left: 0;
}

body.daily-devotional .amazon-book-section.softbound .col1 {
	background: url(https://sanctuaryclinics.com/wp-content/uploads/2025/11/img2.jpg);
	min-height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.2);
}

body.daily-devotional .amazon-book-section.kindle-edition .col1 {
	background: url(https://sanctuaryclinics.com/wp-content/uploads/2025/11/img4.jpg);
	min-height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.2);
}

body.daily-devotional .amazon-book-section.softbound:before {
    position: absolute;
    content: '';
    top: -6vh;
    left: 0;
    height: 31vw;
    width: 60vw;
    background: url(../../../../../wp-content/uploads/2022/03/element1.svg) bottom center / contain no-repeat;
}

body.daily-devotional .about-book {
	margin-bottom: 60px;
}

body.daily-devotional .about-book:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 45%;
    height: 15vw;
    width: 23vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
}

body.daily-devotional .amazon-book-section.soft-cover,
body.daily-devotional .amazon-book-section.softbound {
	display: none;
}

@media only screen and (max-width: 765px) {
	body.daily-devotional .move-up-section .row {
		padding: 40px 20px;
	}

	body.daily-devotional .amazon-book-section .col1,
	body.daily-devotional .amazon-book-section.softbound .col1,
	body.daily-devotional .amazon-book-section.kindle-edition .col1 {
	    min-height: 350px;
	}

	body.daily-devotional .amazon-book-section .col2 {
	    padding: 80px 0;
	}

	body.daily-devotional .amazon-book-section .row:after {
		display: none;
	}

	body.daily-devotional .about-book:before {
	    top: 33px;
	    height: 45vw;
	    width: 45vw;
	}

	body.daily-devotional .amazon-book-section.softbound {
		padding-top: 80px !important;
	}

	body.daily-devotional .amazon-book-section .col1 {
	    transform: scale(1);
	}

	body.daily-devotional .amazon-book-section.softbound .row {
		flex-direction: column-reverse;
    	display: flex;
	}
}
