section.people-cards {}
section.people-cards .card-section {border-radius: 16px;padding: 32px;padding-right: 20px;}
section.people-cards .card-description {font-size: 20px;font-style: normal;font-weight: 500;line-height: 32px;font-family: "Bitly Display Medium","Helvetica Neue",Helvetica,Arial,sans-serif;}
@media all and (max-width:767px) {section.people-cards .card-section {padding: 24px;}
	section.people-cards .card-description {font-size: 16px;line-height: 22px;}}
section.people-cards .card-description p:last-child {margin: 0;}
section.people-cards .card-description strong {font-family: "Bitly Display ExtraBold","Helvetica Neue",Helvetica,Arial,sans-serif;}
section.people-cards .card-image {position: relative;}
section.people-cards .card-image img {transition: all 500ms;transform: rotate(10deg);position: relative;z-index: 2;}
section.people-cards .card-image img.bg {position: absolute;left: 0;top: 0;z-index: 1;}
section.people-cards .active .card-image img.main {transform: rotate(0deg);}
section.people-cards .owl-carousel .owl-stage-outer:before {content: "";position: absolute;left: 0;width: 30px;height: 100%;background-color: #fff;}
section.people-cards .mv-left {display: block;width: 40px;height: 40px;background-image: url("../images/circle-left.svg");background-size: 100%;transition: all 300ms;opacity: .6;}
section.people-cards .mv-right {display: block;width: 40px;height: 40px;background-image: url("../images/circle-right.svg");background-size: 100%;transition: all 300ms;opacity: .6;}
section.people-cards .mv-left:hover, section.people-cards .mv-right:hover {opacity: 1;}
section.people-cards .owl-carousel .owl-item {padding: 25px 0px;}
section.people-cards .people-nav-container {padding-left: 15px;}
section.people-cards .people-nav-container button {cursor: pointer;border-radius: 50%;transition: all 300ms;}
section.people-cards .people-nav-container button {margin-left: 16px;}
section.people-cards .people-nav-container button:hover {background-color: #cedafa;}
@media all and (max-width:639px) {section.people-cards .people-nav-container button:hover {background-color: transparent;}
	section.people-cards .card-image {position: relative;max-width: 300px;margin: auto;margin-bottom: 48px;}
	section.people-cards .people-nav-container {text-align: center;padding: 0;}}