.meet-us{background:#fbfbfc;padding:180px 0 80px}.container{margin:0 auto;max-width:1280px;padding:0 15px}.meet-us .meet-cards{display:flex;flex-wrap:wrap;gap:20px}.meet-us .meet-card{background-color:#fff;border-radius:10px;flex:1 1 calc(33.33333% - 13.33333px);margin-bottom:20px;max-width:calc(33.33333% - 13.33333px);overflow:hidden;padding:10px;transition:all .3s ease}.meet-us .meet-card:hover{box-shadow:0 10px 20px rgba(0,0,0,.1);transform:translateY(-6px)}.meet-us .meet-card img{border-radius:16px;display:block;max-height:300px;min-height:300px;object-fit:cover;width:100%}.meet-us .meet-card h4{color:#111;font-family:var(--main-font);font-size:25px;font-weight:600;line-height:1.2;padding:15px 15px 0}.meet-us .meet-card h4 a{color:#111;font-family:var(--main-font);text-decoration:none}.meet-us .meet-card h4 a:hover{color:#0065f2}@media (max-width:992px){.meet-us .meet-card{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}}@media (max-width:576px){.meet-us .meet-card{flex:1 1 100%;max-width:100%}}