.company-list-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f4f4f4;padding:20px;margin:0 auto;width:100%;max-width:1600px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.header{text-align:center}.header,.heading{margin-bottom:20px}.heading{font-size:2rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:1px}.image-container{display:flex;justify-content:center;width:100%;margin-top:0;margin-bottom:0;padding:0}.enterprise-image{width:100%;max-width:800px;height:auto;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}@media (max-width:1024px){.heading{font-size:1.5rem}.enterprise-image{max-width:100%}}@media (max-width:768px){.company-list-container{padding:15px}.heading{font-size:1.25rem}.enterprise-image{max-width:100%}}.team-members-container{text-align:center;padding:20px;max-width:1600px;margin:0 auto}.team-members-heading{font-size:2rem;font-weight:700;margin-bottom:20px;color:#333}.team-list{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;justify-items:center;margin-top:20px}.team-member{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{transform:translateY(-10px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.team-member-photo{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}.team-member-name{font-size:1rem;font-weight:700;margin:10px 0}.team-member-designation{font-size:.9rem;color:#555}@media (max-width:1024px){.team-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.team-list{grid-template-columns:repeat(2,1fr)}.team-member{width:90%}}@media (max-width:480px){.team-list{grid-template-columns:1fr}}