.people--holder {
    margin-bottom: 50px;
}
.people--holder h3 {
	font-size:20px;
	padding-left:10px;
}
.people--holder .main-carousel {
    margin-top: 15px;
    margin-bottom: 40px;
}

.people--holder .main-carousel .flickity-viewport {
    max-height: unset!important;
}
.people--holder .flickity-page-dots {
	bottom:-25px;
}
.people--holder .flickity-page-dots li:before{
	content:unset;
}
.people--holder .main-carousel .carousel-cell {
    padding: 10px;
	width: 100%;
}

.people--holder .main-carousel .carousel-cell .carousel--img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    display: block;
    margin-bottom: 25px;
	border:1px solid #ccc;
}

.people--holder .main-carousel .carousel-cell .carousel--img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.people--holder .main-carousel .carousel-cell hr {
    border-color: #000;
	margin: 15px 0;
}

section.cta--talk {
    background: var(--alt);
    padding: 3em 2.5em;
    margin: 2em 0;
}
section.cta--talk:before{
        position: unset;
}
section.cta--talk .container {
	padding-block: 0;
}

section.cta--talk h2 {
	font-weight: 700;
	color: white;
	text-transform: none;
	letter-spacing: 0;
	font-size: 2em;
	margin-top: 0;
	padding-top: 0;
}

section.cta--talk p {
	color: white;
	margin-left: 8px;
}

section.cta--talk a.button {
	background: white;
	padding: 1em 2em;
	font-weight: 700;
	display: inline-block;
	width: auto;
	font-size: 120%;
	color: var(--alt);
}

section.cta--talk a.button:hover, section.cta--talk a.button:focus {
	color: var(--primary);
	text-decoration: none;
}

.people--holder {
    margin-bottom: 50px;
}

.people--holder .main-carousel {
	margin-top: 20px;
	margin-bottom: 40px;
}

.people--holder .main-carousel .flickity-viewport {
	max-height: unset !important;
}

.people--holder .main-carousel .carousel-cell {
	padding: 10px;
}

.people--holder .main-carousel .carousel-cell .carousel--img {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.people--holder .main-carousel .carousel-cell .carousel--img > img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.people--holder .main-carousel .carousel-cell hr {
	height: 15px;
	border-color: var(--black);
}

.people--slider {
    background: var(--white);
    padding: 1em;
    height: auto;
}

.people--slider .people--single {
	width: 100%;
	padding: 0.5em;
	margin-right: 0.5em;
}

@media (min-width: 768px) {
    .people--slider .people--single {
        width: calc(50% - 0.5em);
    }
}

.people--slider .people--single .people--img {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(3/4 * 100%);
    position: relative;
}

.people--slider .people--single .people--img > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 768px) {
    .people--slider .people--single h3, .people--slider .people--single h5, .people--slider .people--single p {
        text-align: center;
    }
}

.people--slider .people--single h5 {
    border-bottom: 1px solid var(--black);
    padding-bottom: 0.5em;
}

.people--slider .people--single p {
    color: var(--black);
    margin: 0;
}