a {
    text-decoration: none !important;
}

.heading-with-lines {
   overflow: hidden;
   text-align: center;
   padding: 60px 0px;
}

.heading-with-lines > span {
    position: relative;
    display: inline-block;
    font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
    font-size: 2.4rem;
    color: #000000;
    text-transform: uppercase;
}

.heading-with-lines > span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 5px solid;
    width: 20rem;
    margin: 0 20px;
    color: #cfb991;
    border-image: linear-gradient(to left, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 5px solid;
    width: 20rem;
    margin: 0 20px;
    color: #cfb991;
    border-image: linear-gradient(to right, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:before {
    right: 100%;
}

.heading-with-lines > span:after {
    left: 100%;
}
.personRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.personContainer {
    padding: 0.7rem;
}
.personBox {
    border-radius: 5px;
    padding: 1.5rem 1rem;
    height: 100%;
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
    max-width: 400px;
    text-align: center;
    min-height: 449px;
}
.personLink .personBox:hover {
    border-radius: 5px;
    padding: 1.5rem 1rem;
    height: 100%;
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.8), 0 0px 0 1px rgb(255 255 255 / 80%);
    max-width: 400px;
    text-align: center;
}
.personImageContainer {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}
.personImage {
     border-radius: 5px;
     border: 5px solid #cfb991;
     max-width: 200px;
}
.personName {
     font-size: 1.4rem;
     color: #000000;
}
.personTitle {
     font-size: 1rem;
     font-weight: bold;
     font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
     padding: 1rem 0;
     line-height: 1;
}
.personEmployer {
     font-size: 0.8rem;
     font-style: italic;
}

.manual-button {
  margin: 1rem;
}