.homeDoctors{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;padding:20px;display:flex}.homeDoctorsHead>h2{text-align:center;color:var(--customColor1);font-size:50px}.homeDoctorsMain{flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:100%;padding:20px;display:flex}.card{--main-color:#000;--submain-color:#78858f;--bg-color:#fff;background:var(--bg-color);border-radius:20px;flex-direction:column;align-items:center;width:350px;height:450px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px gray}.card__img{width:100%;height:192px}.card__img>img{object-fit:cover;width:100%;height:100%}.card__img svg{border-radius:20px 20px 0 0;height:100%}.card__avatar{background:var(--bg-color);border-radius:100%;justify-content:center;align-items:center;width:114px;height:114px;display:flex;position:absolute;top:calc(50% - 90px);overflow:hidden}.card__avatar>img{object-fit:cover;width:100%;height:100%;transform:scale(1.1)}.card__content{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:10px;display:flex}.card__title{color:var(--main-color);margin-top:0;font-size:18px;font-weight:500}.card__subtitle{color:var(--submain-color);margin-top:10px;font-size:15px;font-weight:400}.card__btn{border:2px solid var(--main-color);width:76px;height:31px;color:var(--main-color);background:var(--bg-color);text-transform:uppercase;border-radius:4px;margin-top:15px;font-size:11px;font-weight:700;transition:all .3s}.card__btn-solid,.card__btn:hover{background:var(--main-color);color:var(--bg-color)}.card__btn-solid:hover{background:var(--bg-color);color:var(--main-color)}@media screen and (min-width:320px) and (max-width:768px){.homeDoctorsCard{min-width:300px;padding:0}.homeDoctorsHead>h2{font-size:30px}.homeDoctorsCard-content2{transform:translate(35px)}}
