
.contact-banner {
	background: #30466d;
	padding: 60px;
	margin: 48px 0;
}

.contact-banner .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 290px;
}

.contact-banner .content-wrapper .title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	max-width: 550px;
}

.contact-banner .content-wrapper .link {
	height: 48px;
	width: 262px;
	border: 1px solid #fff;
	transition: all .3s ease;
	padding: 0 30px;
}

.contact-banner .content-wrapper .link .icon {
	display: inline;
	width: auto;
	height: auto;
}

.contact-banner .content-wrapper .link:hover {
	box-shadow: none;
	background-color: #fff;
	color: #30466d;
}

.contact-banner .content-wrapper .link:hover .icon img {
	filter: brightness(0) saturate(100%) invert(24%) sepia(12%) saturate(2397%) hue-rotate(180deg) brightness(94%) contrast(88%);
}

@media screen and (max-width: 1440px) {
	.contact-banner .content-wrapper {
		gap: 36px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1280px) {
	.contact-banner .content-wrapper .title br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.contact-banner .content-wrapper {
		gap: 36px;
		flex-wrap: wrap;
	}
}
