/*
Theme name: Family Office Partners
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.section.section--partners-short.border-bottom {
	position: relative;
}

.section.section--partners-short.border-bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	--shell-max-width: 1283px;
    max-width: calc(var(--shell-max-width));
    width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}