.profile-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.profile-name {
    font-size: 22px;
}
.profile-title {
    font-size: 18px;
}
h2 {
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    .profile-name {
        font-size: 18px;
    }
    .profile-title {
        font-size: 16px;
    }
    h2 {
        font-size: 20px;
    }
    .profile-pic {
        width: 100%;
    }
}
