.offices__content {
  display: flex;
  gap: 20px;
}
.offices__item {
  padding: 40px;
  display: flex;
  flex-flow: column;
  gap: 28px;
  width: calc((100% - 20px) / 2);
  background: #f3f4f4;
  border-radius: 12px;
}
.offices__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.offices__head-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.offices__head-left img {
  width: auto;
  height: 28px;
}
.offices__head-location {
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #0d499c;
}
.offices__head-type {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #4d525a;
}
.offices__body {
  margin: 0;
  list-style: inside;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
}

@media (max-width: 1024px) {
  .offices__content {
    flex-flow: column;
    gap: 20px;
  }
  .offices__item {
    width: 100%;
    padding: 24px 18px;
    gap: 20px;
  }
  .offices__head-location {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
  .offices__head-type {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
  .offices__head-left {
    gap: 10px;
  }
  .offices__head-left img {
    height: 19px;
    width: auto;
  }
  .offices__body {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
}/*# sourceMappingURL=style.css.map */