/** Shopify CDN: Minification failed

Line 66:0 Unexpected "}"

**/
.founders {
    display:flex;
    flex-direction:column;
    align-items:center;
      background: #FEF9D9;
      padding: 50px 0;
}
.founders .founders-container{
    display:flex;
    width:60%;
    justify-content:space-around;
    text-align:center;
}
.founder{
  max-width:45%
}
.founder h4{
  margin-top:20px;
  font-family: Raleway;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  color:#3D474D;
  text-transform:inherit
}
.founder p{
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  color:#6B767D
}
.founder img {
    width:320px;
    height:320px;
    object-fit:cover;
    border-radius:20px
}
.founders h2 {
color:#152029;
  font-family: Raleway;
font-weight: 700;
font-size: 34px;
line-height: 120%;
letter-spacing: -1%;
text-align: center;
text-transform:inherit;
  
}
@media (max-width:750px){
  .founders .founders-container{
    flex-direction:column;
  }
  .founder {
    max-width: 100%;}
}
}