.fbt-wrap{
	--fbt-bg:#f2e9de;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:var(--fbt-bg);
	overflow:hidden;
	box-sizing:border-box;
}
.fbt-header{
	background:#4a2b17;
	color:#f6eee5;
	text-align:center;
	text-transform:uppercase;
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:28px;
	font-weight:500;
	line-height:1;
	letter-spacing:.2px;
	box-sizing:border-box;
}
.fbt-list{
	display:grid;
	grid-template-columns:1fr;
	box-sizing:border-box;
}
.fbt-item{
	display:flex;
	align-items:center;
	min-width:0;
	text-decoration:none !important;
	box-sizing:border-box;
}
.fbt-image{
	flex:0 0 66px;
	width:66px;
	height:66px;
	display:block;
}
.fbt-image img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	border-radius:50%;
}
.fbt-content{
	display:flex;
	flex-direction:column;
	min-width:0;
	flex:1 1 auto;
}
.fbt-treatment-title{
	display:block;
	margin:0 0 2px;
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:21px;
	line-height:1.02;
	font-weight:500;
	text-transform:uppercase;
	color:#493124;
}
.fbt-description{
	display:block;
	margin:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:1.28;
	font-weight:400;
	color:#493124;
}
.fbt-hover .fbt-item{
	transition:transform .22s ease;
}
.fbt-hover .fbt-item:hover{
	transform:translateX(4px);
}
@media(max-width:767px){
	.fbt-header{
		font-size:24px;
	}
	.fbt-treatment-title{
		font-size:18px;
	}
	.fbt-description{
		font-size:11.5px;
	}
}
