.solutions--container {
	padding: 60px 30px 30px;
}

.solutions--col {
	margin-bottom: 30px;
}

.solutions--title {
	margin-bottom: .3em;
}

.solutions--copy {
	letter-spacing: 0.05em;
	margin-bottom: .3em;
}

.solutions--cta {
	color: var(--theme-green);
}

.solutions--icon {
	display: inline-block;
	margin-bottom: .6em;
	border: 1px solid var(--theme-green);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: var(--theme-blue);
	padding: 10px;
	transition: all .3s;
}

a:hover .solutions--icon {
	background-color: var(--theme-green);
	color: #fff;
}

.solutions--icon svg {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}