.who-vr{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.vr-img{
    width: 70vw;
}
.vr-info{
    width: 90vw;
}
.vr-info>P{
    font-size: 1.3rem;
    margin-top: 2rem;
}