.text {
  font-size: 17px
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

