.vc-people .people-item {
    display: flex;
}
.vc-people .inner {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,202,253,0.1);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,202,253,0.1);
    box-shadow: 0px 0px 7px 3px rgba(0,202,253,0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin-bottom: 30px;
    width: 100%;
}
.vc-people .inner.quote-enabled .inner-content {
    flex: 1;
}
.vc-people .inner.quote-enabled .quote-content {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--secondary-blue);
}
@media screen and (max-width: 767px) {
    .vc-people .inner.quote-enabled .quote-content {
        padding-top: 10px;
    }
}
@media screen and (min-width: 768px) {
    .vc-people .inner.quote-enabled {
        flex-direction: row;
        align-items: center;
    }
    .vc-people .inner.quote-enabled .quote-content {
        padding-left: 0;
    }
}
.vc-people .inner .people-logo {
    width: 150px;
    height: 150px;
    background: rgb(235,242,249);
    background: linear-gradient(
        180deg
        , rgba(246,249,251,1) 0%, rgba(239,241,242,1) 100%);
    border-radius: 50%;
    overflow: hidden;
    margin: auto auto 30px;
}
@media screen and (min-width: 768px) {
    .vc-people .inner.quote-enabled .people-logo{
       margin-bottom: 0;
    }
}
.vc-people .inner .image-wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 150px;
    width: 100%;
}
.vc-people .inner .jdd-heading.title {
    color: var(--heading-blue);
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
}
.vc-people .modal-content .jdd-heading.title {
    margin-top: 20px;
}
.vc-people .inner .description {
    font-size: 14px;
    color: var(--secondary-blue);
    text-align: center;
    line-height: 14px;
}
.vc-people .inner .description a {
    line-height: 25px;
}
.vc-people .contact {
    text-align: center;
}
.vc-people .contact a {
    color: var(--heading-blue);
    font-size: 14px;
    text-transform: uppercase;
}
.vc-people .modal .contact {
    margin-bottom: 20px;
}
.vc-people .modal .content {
    color: #427b8f;
    text-align: center;
}
.person-position{
	min-height: 28px;
	color: var(--secondary-blue);
}
.person-email{
	margin-top: 5px;
}
@media screen and (max-width: 991px) {
    .vc-people .inner .description {
        line-height: var(--txt-line-height);
    }
}
