.profile {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    transition: 0.5s;
}

.profile.active{
    position: absolute;
    left: 200px;
}

.profile img{
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    max-width: 45%;
}
h4 {
    position: absolute;
    font-size: 18px;
    margin: 0 0 0 5vh;
}

span{
    justify-content: right;
    font-size: 5px;
}

p.profileinner {
    font-size: 13px;
    width: 31%;
    height: 100%;
    line-height: 2.5;
    margin: 12vh 0 0 5vh;
}
