.profile-info{background-color:var(--theme-color-sixth)}.profile-info .profile-image{width:10rem;height:10rem;border-radius:50%}.profile-info .edit-icon{transition:all .3s ease-in-out;color:text-white}.profile-info .edit-icon:hover{color:var(--theme-color)}.profile-info .user-info-other .user-feature .feature-image{width:4rem;height:4rem;border-radius:50%;background-color:#fff;box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 24px rgba(17,17,26,.1),0 16px 56px rgba(17,17,26,.1)}.profile-sections .section-one{border-bottom:2px solid var(--theme-color-sixth)}.profile-sections .profile-section{box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 24px rgba(17,17,26,.1),0 16px 56px rgba(17,17,26,.1);transition:all .2s ease-in-out;cursor:pointer}.profile-sections .profile-section:hover{transform:scale(1.05)}.profile-sections .profile-section .counter{background-color:#e63333;width:1.3rem;height:1.3rem;border-radius:50%;color:#fff;font-size:.6rem;font-weight:600}@media screen and (max-width:767px){.profile-info{padding-bottom:3rem}.profile-info .profile-image{width:7rem;height:7rem}.profile-info .user-info-other .user-feature .feature-image{width:3rem;height:3rem;border-radius:50%}.profile-info .user-info-other{position:absolute;left:50%;transform:translateX(-50%);width:90%;top:130%;box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 24px rgba(17,17,26,.1),0 16px 56px rgba(17,17,26,.1);background-color:var(--theme-color-sixth);color:#fff}.profile-info .user-info-other .user-feature{color:#000}.profile-info .user-info-other .user-feature .feature-image{background-color:var(--theme-color-beta)}}