.team-widget-container{border-radius:10px;display:flex;flex-wrap:wrap;font-family:Arial,sans-serif;gap:20px;padding:20px}.team-widget-card{background:#fbfbfb;border-radius:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex:1 1 calc(33.333% - 40px);flex-direction:column;justify-content:space-between;margin-bottom:20px;padding:45px;text-align:left}.team-card-header{align-items:center;display:flex;justify-content:left;margin-bottom:24px}.team-card-header img{height:auto;max-width:100%}.team-widget-card p{color:#54587e;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;margin:0 0 36px}.team-learn-more,.team-learn-more:active,.team-learn-more:focus,.team-learn-more:hover{align-items:center;background:none;border-radius:8px;color:#333765;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;text-decoration:none;width:320px}.team-learn-more .team-arrow{margin-left:5px;transition:transform .3s}.team-learn-more:hover .team-arrow{transform:translateX(5px)}.team-dots-container{display:none;padding:10px;text-align:center}.team-dot{background-color:#bbb;border-radius:50%;cursor:pointer;display:inline-block;height:15px;margin:0 5px;transition:background-color .6s ease;width:15px}.team-active,.team-dot:hover{background-color:#717171}@media (max-width:768px){.team-widget-container{flex-direction:column;gap:0;padding:0 20px}.team-widget-card{display:none;width:100%}.team-widget-card:first-child{display:flex}.team-dots-container{display:block}}