.paragraphandimage {
  padding: 5rem 14rem;
}
.paragraphandimage .row {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.paragraphandimage .row div:first-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.paragraphandimage .row div:first-child p {
  font-size: 16px;
}
.paragraphandimage .row div:last-child {
  width: 50%;
}
.paragraphandimage .row div:last-child img {
  height: 40vh;
  width: 40vh;
}
.paragraphandimage .row button {
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=financialconsulting.css.map */