body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #fff;
	background-color: #143557;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; /* cover; */

}

.bgimg-1 {
	background-color: #143557;
	background-image: url("/images/branding/brochure-01.png");
	height: 100% !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; /* cover; */
}
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75vh;
	padding: 20px;
	box-sizing: border-box;
}


.image-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0px;
	flex-wrap: wrap; /* Helps with responsiveness */
	font-size: 0;
}

.image-container img {
	width: 100%;
	max-width: 226px;
	height: auto;
}

.image-block {
	text-align: center;
}

.caption {
	margin-top: 15px;
	font-size: 1rem;
	color: #fff;
}

@media (max-width: 768px) {
	.image-container {
		flex-direction: column;
	}
}
