  .text p {
   font-size: 55px;
  }

.text {
  margin-top:15px;
  }
/* Responsive columns */
@media screen and (max-width: 600px) {
  .text p {
   font-size: 2.45em !important;
  }
  @media screen and (max-width: 830px)  and (min-width: 599px) {
    .text p {
   font-size: 3.25em !important;
  }
      }