.profile-img img {
    border: 2px solid #a47e40;
    border-radius: 5px;
    width: 50vw;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .profile-img img {
        width: 30vw;
    }
}