.contact-choice {
	padding: 40px 0 70px;
}

.contact-choice__headline {
	margin-bottom: 16px;
}

.contact-choice__intro {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
	color: #464646;
	font-size: 1.05rem;
	line-height: 1.55;
}

.contact-choice__grid {
	row-gap: 24px;
}

.contact-choice__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px 28px 28px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	color: inherit;
	text-decoration: none;
	transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s;
}

.contact-choice__card:hover,
.contact-choice__card:focus {
	color: inherit;
	text-decoration: none;
	transform: translateY(-0.25em);
	box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.05);
	background-color: #fff6e8;
}

.contact-choice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #fff6e8;
	color: #f59100;
}

.contact-choice__icon svg {
	width: 28px;
	height: 28px;
}

.contact-choice__title {
	margin: 0 0 12px;
	font-size: 1.45rem;
	line-height: 1.25;
	color: #0f2337;
}

.contact-choice__text {
	flex: 1 1 auto;
	margin: 0 0 22px;
	color: #464646;
	line-height: 1.55;
}

.contact-choice__cta {
	align-self: flex-start;
	pointer-events: none;
}
