.founder {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.founder img.photo {
    width: 200px;
    margin-bottom: 1rem;
    transition:border 0.15s linear;
    border:6px solid white;
}
.founder h3.name {
   font-family: "Acumin Pro ExtraCondensed",Arial,sans-serif;
/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
    font-size: 2.125rem;
    color: #009792;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}
.founder p.title {
	font-family: "Post Grotesk",Arial,sans-serif!important;
	font-size: 1rem!important;
	color: #888!important;
	text-transform: uppercase;
	letter-spacing: 0;
}

@media (max-width: 991.98px) {
.founder h3.name {
    font-size: 1.85rem;
    }
 }