// ============================================================================
// :: BOOKING INFO
// ============================================================================

// ============================================================================
// :: ELEMENTS
// ============================================================================

.m-booking-info__section {
	margin-top: 3.2rem;
	padding-bottom: 3.2rem;

	border-bottom: $border-default;

	&:first-of-type {
		margin-top: 0;
	}

	&:last-of-type {
		padding-bottom: 0;

		border: none;
	}
}

.m-booking-info__section__title {
	margin-bottom: 2rem;
}

.m-booking-info__section__text {
	margin: 2rem 0;
}
