.profile-pic {
    max-width: 100%;
    border-radius: 50%;
}
@media (min-width: 350px) {
    .profile-pic {
        max-width: 300px;
        border-radius: 50%;
    }
}
