/** Shopify CDN: Minification failed

Line 27:7 Expected ":"

**/
.founders-title {
  font-size: 72px;
  line-height: 56px;
  margin-bottom: 16px;
  text-align: center;
}

.founder-card {
  width: 32%;
  margin: 0 .667%;
}

.founder-img {
  height: 480px;
margin-bottom: 16px;
}

.founder-img img{
width: 100%;
height: 100%;
object-fit: cover;
display> block;
}

.founder-country-flag svg{
width: 22px;
}

.founder-info {
  position: absolute;
  bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.founder-info.founder-white-text{
color: #fff;
}

.founder-country-wrap {
  display: flex;
  align-items: center;
margin-bottom: 12px;
}

.founder-country-flag {
  height: 23.5px;
  margin-right: 8px;
}

.founder-country {
  font-size: 14px;
  line-height: 24px;
}

.founder-name {
font-size: 24px;
line-height: 30px;
margin-bottom: 4px;
text-transform: uppercase;
text-align: center;
}

.founder-position {
  font-size: 16px;
  line-height: 24px;
}

.founders-sec {
  margin-bottom: 160px;
}

.founder-desc {
  font-size: 16px;
  line-height: 24px;
}

@media(max-width: 992px){
.founders{
  flex-direction: column;
}

.founder-card {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
}

.founders-sec {
  margin-bottom: 56px;
}
}