// ============================================================================
// :: VILLAPILA
// ============================================================================
.o-villapila {
	margin-bottom: 8rem;

	@include respond-at($screen-medium-base) {
		margin-bottom: 20rem;
	}

	+ .m-doormat {
		position: relative;

		// used important to overwrite the home page doormat
		margin-top: -23rem !important; /* stylelint-disable-line */

		transform: translateY(-7rem);
	}
}

.o-villapila.m-section--big {

	.m-section__article {

		&:last-child {
			@include respond-at($screen-medium-base) {
				margin-top: 0;
			}
		}
	}
}

// ============================================================================
// :: Elements
// ============================================================================

