.ttde-image {
	max-height: 80px;
	max-width: 160px; 
	flex: 0;
}

.image-row {
	flex:1;
	display:flex;
	flex-direction: row;
	width:100%;
	justify-content:space-between;
	flex-wrap: wrap;
	height:100px;
}

.image-container {
	flex: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height:100px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.footer-container {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottomBlock {
	margin-top: 2rem;
}