.gray-cta-container {
	background-color: #f5f6f8;
	border-radius: 2px;
	border-left: 8px solid #ff9250;
	transition: background-color 0.3s, border 0.3s, border-radius 0.3s,
	box-shadow 0.3s;
	margin-top: 9px;
	padding: 24px;
	display: flex;
}

.first-column {
	width: 25%;
	margin-right: 24px;
}

.first-column img {
	width: 264px;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
}

.second-column {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.second-column h3 {
	color: #042238;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0;
}

.second-column p {
	line-height: 1.2em;
	background-color: #f5f6f8;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0pt 0pt 14px 0pt;
	line-height: 1.5em !important;
}

.second-column a {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #033a6d;
	border-radius: 2px 2px 2px 2px;
	padding: 18px 20px 18px 20px;
	color: #fff !important;
	text-decoration: none !important;
	transition-duration: 0.4s;
}

.second-column a:hover {
	background-color: #2370a3;
}
