/* Custom Homepage Styles */

/* Apply 20px border-radius to the image container within the hero banner */
/* Assumes the outer div of the image element has the class 'hero-banner-image-rounded' */
.hero-banner-image-rounded .img-inner {
    border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		right: -87px;
    overflow: hidden; /* This is important to clip the image to the rounded corners */
}

.person-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #111928; /* Adjust the color as needed */
	text-transform: capitalize;
}

.person-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #374151; /* Adjust the color as needed */
	text-transform: capitalize;
}