
						.book-now {
	width:350px;
	height:350px;
	aspect-ratio:1;
	background: transparent url('/images/managed/design-services-book-now.jpg') no-repeat center center;
	background-size:contain;
	position:relative;
}
.book-now:before {
	content:'';
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(23,48,98,0.5);
}
.book-now:hover:before {
	background-color:rgba(23,48,98,0.66);
}
.book-now span {
	position:relative;	
	z-index:2;
}
.designer-section {
	background-color:var(--color-beige2)	
}
.designer-section h2 {
	color:var(--color-blue);	
}
.designer-section .bio p {
	font-size:14px;	
}
.schedule-now .border,
.designer-section .border {
	border-width:4px !important;
	border-color:var(--color-blue) !important;
}
.schedule-now .border {
	border-color:var(--color-white) !important;
}
.profile-img {
  width: 310px;
  height: 310px;
  object-fit: cover;
  border-radius: 50%;
	aspect-ratio:1;
}
.gallery-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.blue-bar {
  height: 49px;
  background: var(--color-blue);
}
@media (max-width: 992px) {
	.col-designer-1 {
		order:2;
	}
	.col-designer-2 {
		order:1;
	}
	.col-designer-3 {
		order:3;
	}
}
						
