.integration-card hr {
	border: 2px solid var(--color-petrol);
	width: 69.91px;
	opacity: 1;
}

.integration-card h4 {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
	.integration-card h4 {
		font-size: calc(1.275rem + 0.3vw);
	}
}

div.div-partner-logo img {
	max-width: 100%;
	max-height: 100%;
}


div.partner-cta {
	padding: 3em;
	display: flex;
	justify-content: center;
}

div.partner-cta a:link {
	color: var(--color-petrol);
	text-decoration: none;
	border: none;
}

div.partner-cta a::after {
	content: "\e8e4";
	font-family: "Material Symbols Outlined";
	font-size: 1.5em;
	position: relative;
	top: 0.25em;
	right: -.5em;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}

div.partner-cta a:hover::after {
	right: -1em;
	transition: all 0.2s ease-in-out;
}