.profs{display:flex;gap:1rem}.profs .prof-card{flex:1 1;background-color:hsl(220,35%,97%);border:1px solid hsla(220,20%,80%,.4);border-radius:8px;display:flex;flex-direction:column}.profs .prof-card hr{width:100%}.profs .prof-card .prof-image{width:100%;height:auto;border-top-left-radius:10px;border-top-right-radius:10px;object-fit:cover}.profs .prof-card .prof-data{padding:1rem;flex:1 1;display:flex;flex-direction:column}.profs .prof-card .prof-name{font-size:1.15rem;font-weight:400;margin:1rem 0 0}.profs .prof-card .prof-short{font-size:.9rem;font-weight:700;color:#2b63d9;margin:.7rem 0 0;line-height:1.3;min-height:2.6em}.profs .prof-card .prof-school{font-size:.9rem;font-weight:400;color:#6c6e75;margin:.7rem 0 0;display:flex;gap:5px;align-items:center}.profs .prof-card .prof-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}.profs .prof-card .prof-tags .prof-tag{background-color:rgba(43,98,217,.0509803922);border:1px solid #2b63d9;border-radius:100px;padding:5px 10px;font-size:.7rem;font-weight:600;color:#2b63d9}.profs .prof-card .prof-description{font-size:.9rem;font-weight:400;color:#6c6e75;margin:1.5rem 0 0;flex:1 1}.profs .prof-card .prof-contact{display:flex;gap:10px;flex-wrap:wrap;margin-top:2rem;margin-bottom:1rem}.profs .prof-card .prof-contact .prof-contact-button{background-color:hsl(220,20%,95%);border:1px solid hsl(220,20%,80%);border-radius:100px;font-size:.7rem;font-weight:400;color:#679;width:30px;height:30px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;transition:background-color .2s ease}.profs .prof-card .prof-contact .prof-contact-button:hover{background-color:hsl(220,20%,90%)}