html, body {
  font-size: 16px;
}
.pb-shape-content-text {
  font-size: 100%;
  transform: none;
}

@media(max-width: 420px){
    .pb-shape-content-text h2{
        margin-top: 30px;
    }
}