@media screen and (max-width: 540px) {
  .paragraphandimage {
    padding: 5rem 3rem;
  }
  .paragraphandimage .row {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  .paragraphandimage .row div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .paragraphandimage .row div:first-child p {
    font-size: 16px;
  }
  .paragraphandimage .row div:last-child {
    width: 100%;
  }
  .paragraphandimage .row div:last-child img {
    height: 35vh;
    width: 100%;
  }
}/*# sourceMappingURL=mobile.css.map */