/* Call For Bookings and Appointments responsive */
.call-title {
	font-size: 2.5rem;
}
.call-btn {
	font-size: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
	.call-title {
		font-size: 1.4rem;
		text-align: center;
	}
	.call-btn {
		font-size: 1rem;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 1rem;
	}
}
/* Section Who are we? - Responsive text size and centering */
.who-text {
	font-size: 1.1rem;
}
@media (max-width: 767.98px) {
	.who-text {
		font-size: 1rem;
		text-align: center !important;
	}
	.about-img {
		margin-bottom: 1.5rem;
	}
	.container.my-5 h2 {
		font-size: 2rem;
		text-align: center !important;
	}
}
