.doctorCardComponent_card__Nf_z_{display:flex;flex-direction:column;min-width:340px;max-width:340px;border-top-left-radius:var(--middle-border-radius);border-top-right-radius:var(--middle-border-radius);overflow:hidden;max-height:640px;height:640px;transition:all .1s ease;background-color:var(--bg-first-color)}.doctorCardComponent_body__R76MI{display:grid;gap:14px;padding:20px}.doctorCardComponent_image__OTTih{width:340px;max-width:100%;max-height:360px;position:relative;aspect-ratio:3/4;overflow:hidden;background-color:var(--bg-third-color);transition:transform .2s ease}.doctorCardComponent_image__OTTih img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .2s ease}.doctorCardComponent_card__Nf_z_:hover .doctorCardComponent_image__OTTih img{transform:scale(1.02)}.doctorCardComponent_card__Nf_z_:hover button{background-color:var(--accent-hover-color)}.doctorCardComponent_footer__PGiIX{margin-top:auto}.doctorCardComponent_bold__9o2ol{font-weight:var(--l-font-weight)}@media (max-width:900px){.doctorCardComponent_image__OTTih{aspect-ratio:1/1;max-height:280px}.doctorCardComponent_image__OTTih img{max-width:100%}.doctorCardComponent_card__Nf_z_{min-width:250px;height:auto}}