// =============================================================================
// :: Contact
// =============================================================================
// .c-contact {}

// =============================================================================
// :: Elements
// =============================================================================
.c-contact__container {
	@include respond-at(get-breakpoint("tablet")) {
		display: flex;
		align-items: center;
	}
}

.c-contact__title {
	@include extend-heading-decorator();

	margin-bottom: 3.6rem;

	font-weight: $font-weight-ultrabold;

	p {
		@include extend-h3-base();
	}
}

.c-contact__content {
	position: relative;
}

.c-contact__list {
	padding: 0;

	list-style: none;
}

.c-contact__list-item {
	@include respond-to(get-breakpoint("tablet")) {
		margin-bottom: 3.6rem;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

.c-contact__card {
	height: 100%;
}
