@media (max-width: 500px) {
    .rounded {
        border-radius: 7px;
    }
    .text-column {
        width: 80vw;
      }
}