 @media only screen and (max-width: 768px) {
 .vpx{
   margin-top: 30px;
  text-align: center;
 }

 .vpx p {
   margin-bottom: 30px;
 }
}
