.pageGalThumb {
	height: 100%;
	max-width: 100%;
	margin: 0 auto;	
	background-color: rgb(227 236 239 / 60%);
	padding: 20px;
	border-radius: 20px;
}

.pagePara::before {
		background-image: url(../images/quote.png);
    content: "";
    display: inline-block;
    width: 48px;
    height: 41px;
    position: absolute;
    left: -6px;
    top: -10px;
    z-index: 0;
    opacity: 0.2;
}