.office-solution {
  margin: 100px 0;
  padding: 15px;
}
.office-solution .office-solution-hero-wrapper {
  max-width: 1700px;
  width: 100%;
  margin: auto;
}

.office-solution .office-solution-wrapper {
  max-width: 1430px;
  width: 100%;
  margin: auto;
}
.office-solution h1 {
  font-size: 48px;
  font-weight: 700;
}
.office-solution h2 {
  font-size: 32px;
  font-weight: 700;
}
.office-solution h3 {
  font-size: 26px;
  font-weight: 700;
}
.office-solution h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px
}
.office-solution p.text-lg {
  font-size: 20px;
  font-weight: 400;
}

.office-solution p.text-sm {
  font-size: 16px;
  font-weight: 400;
}
