@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");.team-section{background-color:#143a7b;color:#fff;padding:40px 0;text-align:center}.container{margin:auto;max-width:1100px}.team-title{color:#fff;font-size:64px;font-weight:700;margin-bottom:40px}.team-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1200px}.team-card{background-color:#0f2d67;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px;text-align:left}.team-card .role{color:#f0b54d;font-weight:600;margin-bottom:5px}.team-card h3{font-size:22px;font-weight:700;margin:0}.team-card p{font-size:16px;margin:5px 0}.fa-phone,.team-card .fa-at{color:#f0b54d;margin-right:8px}.team-card a{color:#fff;display:inline-block;font-size:20px;margin-top:10px;text-decoration:none;width:fit-content}.team-card a:hover{color:#f0b54d}@media screen and (max-width:576px){.team-section{padding:20px}.team-grid{grid-template-columns:repeat(1,1fr)}.team-title{font-size:24px}.team-card h3{font-size:18px}.team-card p{font-size:13px}}@media screen and (min-width:577px) and (max-width:992px){.team-grid{grid-template-columns:repeat(2,1fr)}.team-title{font-size:28px}}