.module.catdog .teams-container{display:flex;flex-wrap:wrap;gap:20px;width:100%}.module.catdog .team-card{align-items:center;border-radius:32px;box-sizing:border-box;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:50px 40px 40px;position:relative;text-align:center}.module.catdog .team-card.dog{background-color:var(--green-accent)}.module.catdog .team-card.cat{background-color:var(--yellow-accent)}.module.catdog .pet-image{pointer-events:none;position:absolute;top:-55px;width:auto}.module.catdog .team-card.dog .pet-image{right:50px}.module.catdog .team-card.cat .pet-image{left:50px}.module.catdog .card-content{margin-bottom:24px;max-width:380px;text-align:center}.module.catdog .team-title{color:var(--text-dark);line-height:1.1;margin:0 auto 12px}.module.catdog .team-description{color:var(--bg-color);font-size:1.125em;line-height:1.4;margin:0}@media (max-width:768px){.module.catdog{padding:0 1em}.module.catdog .teams-container{flex-direction:column;gap:80px;padding-top:40px}.module.catdog .team-card.cat .pet-image{left:15px;width:25%}.module.catdog .team-card.dog .pet-image{right:15px;width:25%}}