.featured-home-wrapper p {
	margin-inline: 0;
	color: #666;
}
.featured-home-wrapper h2 {
	text-align: left;
	line-height: 1.8;
	margin-block: 20px;
	margin-inline: 0;
}
.featured-home-details h4 {
	color: #444e53;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}
.featured-home-details p {
	margin-top: 0;
}
.featured-home-wrapper h2::after {
	content: '';
	display: block;
	width: 30px;
	border-bottom: 2px solid #2ea4fd;
}
.featured-home-pagetitle {
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
}
.featured-home-pagetitle .container {
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.featured-home-pagetitle p {
	text-align: center;
	margin: 0;
	font-size: 28px;
	color: #ccc;
}
.featured-home-pagetitle h1 {
	font-size: 120px;
	color: white;
}
.featured-home-description {
	background: #2ea4fd;
}
.featured-home-description p {
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
}
.featured-home-intro p {
	text-align: center;
	color: #2ea4fd;
	font-size: 24px;
	font-weight: 600;
	border-block: 2px solid #2ea4fd;
	padding-block: 20px;
}
.featured-home-intro p::before{
	content: '“';
}
.featured-home-intro p::after {
	content: '”';
}
.featured-home-story p {
	color: #2ea4fd;
	font-size: 20px;
}
#featured-home-panels .featured-home-panel {
	min-width: 480px;
	max-width: 555px;
}
.featured-home-panel .btn-info {
	width: auto;
	height: auto;
	font-size: 18px;
	padding: 12px 20px;
	margin: 0;
	text-transform: uppercase;
}
.featured-home-panel .panel-title-holder p {
	margin: 0;
}
.featured-home-panel .panel-title-holder {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	padding-block: 20px;
	padding-inline: 15px;	
}
.featured-home-panel .panel-title-holder-left {
	max-width: calc(100% - 190px);
	min-width: 50%;
}
.featured-home-panel .panel-title {
	margin-top: 0;
	margin-inline: 0;
}
.featured-home-panel {
	position: relative;
}
.featured-home-panel .panel-design-type {
	position: absolute;
	top: 20px;
	left: 15px;
	color: white;
	background: black;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: bold;
	z-index: 1;
}
@media (max-width: 1199px) {
	.featured-home-pagetitle h1 {
		font-size: calc(10vw + 12px);
	}
}
@media (max-width: 767px) {
	.featured-home-pagetitle p {
		font-size: 20px;
	}
	.featured-home-pagetitle .container {
		min-height: 300px;
	}
}
@media (max-width: 639px) {
	#featured-home-panels .featured-home-panel {
		min-width: auto;
	}
	.featured-home-panel .panel-title-holder-left {
		max-width: 100%;
	}
}