.w-offices .c-offices {
  display: flex;
  flex-flow: row wrap;
  row-gap: clamp(3rem, 1.03vw + 2.77rem, 4rem);
}
.w-offices .c-office {
  font-size: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
  width: 100%;
  font-weight: 400;
}
.w-offices .c-office__title {
  font-size: clamp(1.13rem, 0.26vw + 1.07rem, 1.38rem);
  font-weight: 700;
}
.w-offices .c-office__text {
  margin-top: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.w-offices .c-office__link {
  margin-top: clamp(1rem, 0.51vw + 0.88rem, 1.5rem);
}
.w-offices .c-office__link .c-link {
  font-size: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
}
.w-offices .c-office__link .c-link .c-icon {
  width: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  height: clamp(1.25rem, 0.26vw + 1.19rem, 1.5rem);
  margin-right: 12px;
}

@media (min-width: 576px) {
  .w-offices .c-offices {
    display: flex;
    flex-flow: row nowrap;
    column-gap: var(--layout-gutter);
  }
  .w-offices .c-office {
    width: calc(50% - var(--layout-gutter));
  }
}
@media (min-width: 1280px) {
  .w-offices .c-office {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .w-offices .c-office {
    width: 30%;
  }
}

/*# sourceMappingURL=style.css.map */
