﻿.img-container {
		position: relative;
		text-align: center;
		color: #123559;
	}
	
	
	.bottom-center {
		position: absolute;
		bottom: -15px !important;
		margin-bottom:0px !important;
		left: 8px;
		left: 50%;
		transform: translate(-50%, -50%);
		
		background: rgba(242, 242, 242, 0.8);
		padding:5px;
		width:95%;
		line-height:1.25;
		font-style:italic;
		font-size: 16px;
	}
	
	.no-wrap {
		white-space: nowrap;
	}
	
	.resources-support-forms {
		display: grid;
		align-items: baseline;
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
		gap: 15px
	}

	.resources-support-forms-block {
		text-align: center;
		border: 1px solid #e2eefd;
		padding: 30px 20px;
		transition: all ease-in-out 0.3s;
		background: #f1f6fe;
	}
	
	@media screen and (min-width: 1920px) {
	.custom-container {
		max-width: 80%;
	}
	.page-image-block {
		max-width: 400px;
	}
}

	
	

	

		