.where-we-work-intro {
  padding: 54px 0 46px;
}
.where-we-work-intro__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.where-we-work-intro__title, .where-we-work-intro__description {
  width: calc((100% - 40px) / 2);
}
.where-we-work-intro__title {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 143%;
  color: #012527;
}
.where-we-work-intro__description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #012527;
}/*# sourceMappingURL=style.css.map */