.general-offices .content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 140px 80px;
}
.general-offices .content h2 {
  margin: 0 0 60px;
}
.general-offices .content .offices-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.general-offices .content .offices-wrapper .single-office {
  width: 240px;
}
.general-offices .content .offices-wrapper .single-office h3 {
  margin: 0 0 21px;
  font-size: 24px;
  line-height: 31px;
}
.general-offices .content .offices-wrapper .single-office .separator {
  margin: 0 0 40px;
}
.general-offices .content .offices-wrapper .single-office p,
.general-offices .content .offices-wrapper .single-office a {
  font-size: 20px;
  line-height: 26px;
  color: var(--black);
}
.general-offices .content .offices-wrapper .single-office a {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .general-offices .content {
    display: block;
    padding: 140px 67px;
  }
  .general-offices .content h2 {
    margin: 0 0 70px;
  }
  .general-offices .content .offices-wrapper {
    gap: 30px;
  }
  .general-offices .content .offices-wrapper .single-office {
    width: 45%;
  }
}
@media only screen and (max-width: 575.98px) {
  .general-offices .content {
    padding: 100px 18px;
  }
  .general-offices .content .offices-wrapper {
    flex-direction: column;
    gap: 70px;
  }
  .general-offices .content .offices-wrapper .single-office {
    width: 100%;
  }
}

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