.experts-container{display:grid;gap:40px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.expert-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:35px;text-align:center}.expert-card img{border-radius:8px;height:auto;margin-bottom:20px;width:100%}.expert-link svg{height:30px;width:30px;fill:#14253e}