Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hello world!
by Jack | Jul 20, 2021 | Uncategorized
/* Fix Meet the Founder desktop layout */
#team .team-grid {
max-width: 900px !important;
margin: 50px auto 0 !important;
}
@media (min-width: 768px) {
#team .team-card {
display: grid;
grid-template-columns: 1fr 1.3fr;
align-items: stretch;
}
#team .team-photo {
height: 100% !important;
max-width: none !important;
border-radius: 16px 0 0 16px !important;
margin: 0 !important;
object-fit: cover;
}
#team .team-card-body {
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px 44px;
}
}