.profile__card{position:relative;display:flex;align-items:flex-start;gap:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:16px;border:.5px solid #404752;border-radius:4px;overflow:hidden}.profile__card:hover .profile__card__image{transform:rotate(4deg);box-shadow:0 30px 78px 12px hsla(0,0%,100%,.48)}.profile__card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0)}.profile__card .profile__card__image{position:absolute;top:-8px;right:-32px;width:132px;height:132px;border-radius:50%;box-shadow:0 22px 70px 4px hsla(0,0%,100%,.48);transition:.3s ease}.profile__card .profile__card__content{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:120px}.profile__card .profile__card__content .profile__card__content__name{font-size:16px;line-height:24px;font-weight:700}.profile__card .profile__card__content .profile__card__content__status-message{font-size:14px;line-height:18px}@media screen and (max-width:768px){.profile__card{height:120px}.profile__card .profile__card__image{width:160px;height:160px;right:-40px}.profile__card .profile__card__content .profile__card__content__name{font-size:16px;line-height:24px}.profile__card .profile__card__content .profile__card__content__status-message{font-size:14px;line-height:18px}}