/*
 * RPECK 23/03/2024 - Margin between blocks
*/
.diocese_container ~ .diocese_container { 
	margin-top: 10px;
}

/*
 * RPECK 23/03/2024 - Image width
*/
.diocese_container img {
	width: 100%;
}