/*******************************************************
 * for MATERNITY PAGE ( category: memorial )
 *******************************************************/
.blog-quote { margin-bottom: 3rem !important; }

.blog-quote::before,
.blog-quote::after {
	display: inline-block;
 content:'“';
 position: absolute;
	color: #ddd4bc;
 font-size: clamp(5rem, 4.545rem + 2.27vw, 6.25rem);
 font-weight: 900;
	line-height: 1;
}
.blog-quote::before {
 content:'“';
 top: 0;
 left: 15px;
}
.blog-quote::after {
 content:'”';
 bottom: -30px;
 right: 15px;
}
.blog-quote img {
 margin: 0 auto;
 max-width: 70%;
}

@media screen and (max-width: 767px){
.blog-quote {
	padding-top: 30px;
	padding-bottom: 30px;
	gap: 0;
}
.blog-quote::after { bottom: -20px; }
.blog-quote .btn { margin-bottom: 2rem; }
}

@media screen and (min-width: 782px){
.blog-quote img { max-width: 100%; }

}

