#paralex-blocks {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#paralex-blocks .block-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#paralex-blocks .block-image .parallax-wrapper {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
#paralex-blocks .block-image .parallax-wrapper .bi-code-square {
	font-size: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: white;
}
#paralex-blocks .paralex-text{
	text-align: center;
}