body {
	font-size: 1rem;
	font-family: "Inter", sans-serif;
}

.description-container, .summary-container, .bullets-container, .branch-container {
	font-size: 1.2rem;
}

.text-navy {
	color: #00325A;
}

.text-secondary {
	color: #6B6F88;
}

.tile {
	width: 100%;
	height: 481px;
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, .12) 0 5px 18px 0;
}

.tile figure,
.tile iframe {
	height: 100%;
	background: #f1f1f1 no-repeat center center;
	background-size: cover;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.tile figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5rem;
	text-align: center;
	color: white;
}

h1, h2, h3 {
	letter-spacing: -0.0625rem;
	font-weight: 900;
}

.house-details {
	padding: 0;
}

.house-details .icon {
	width: 53px;
	height: 53px;
}

@media only screen and (max-width: 575px) {
	.house-details .icon {
		width: 33px;
		height: 33px;
	}
}

.house-details .meta-info {
	font-size: 1.7rem;
}
