.breadcrumbs-register {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.office-container {
  flex-direction: row;
  display: flex;
  width: 100%;
  padding: 20px 0 40px;
}
.office-container .section-left, .office-container .section-right {
  flex-direction: column;
  display: flex;
  width: 50%;
  color: #666;
  letter-spacing: 1px;
}
.office-container .section-left .each-section, .office-container .section-right .each-section {
  width: 90%;
  flex-direction: column;
  display: flex;
}
.office-container .section-left .each-section .section-heading, .office-container .section-right .each-section .section-heading {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.office-container .margin-top {
  margin-top: 30px;
}
@media only screen and (max-width: 576px) {
  .office-container .section-left, .office-container .section-right {
    width: 100%;
  }
}
