.what-we-do-section {
  margin-top: 100px;
}

.what-we-do-section--wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}
/* .what-we-do-section--wrapper > .img-wrapper {
  flex: 2;
} */
/* .what-we-do-section--wrapper > .text-wrapper {
  flex: 2;
} */
@media (max-width: 60em) {
  .what-we-do-section--wrapper {
    flex-direction: column-reverse;
  }
  .what-we-do-section--wrapper > .img-wrapper {
    width: 100%;
  }
}
