.derra-contact {
	padding-bottom: 72px;
}

.derra-contact__header {
	max-width: 760px;
	padding-block: 32px 44px;
}

.derra-contact__intro {
	color: var(--derra-gray-600);
	font-size: 18px;
	margin-bottom: 0;
}

.derra-contact__section + .derra-contact__section {
	margin-top: 52px;
}

.derra-contact__cards {
	display: grid;
	gap: 16px;
}

.derra-contact__card {
	background: var(--derra-white);
	border: 1px solid var(--derra-gray-200);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
	padding: 22px;
}

.derra-contact__card h2 {
	font-size: 21px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.derra-contact__card address {
	font-style: normal;
}

.derra-contact__card .derra-button {
	width: 100%;
}

.derra-contact__links {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.derra-contact__map {
	aspect-ratio: 16 / 10;
	background: var(--derra-gray-50);
	border-radius: 12px;
	overflow: hidden;
}

.derra-contact__map iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.derra-contact__content {
	max-width: 760px;
}

@media (min-width: 600px) {
	.derra-contact__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.derra-contact__card .derra-button {
		width: auto;
	}
}

@media (min-width: 960px) {
	.derra-contact {
		padding-bottom: 96px;
	}

	.derra-contact__header {
		padding-block: 48px 64px;
	}

	.derra-contact__cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
