.wp-block-staffed-office-meta {
  background-color: #dddddd;
  padding: 2rem;
}
.office-page {
  border: 1px solid blue;
  max-width: 1400px;
  margin: 0 auto;
}
.office-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}
.office-img {
  width: 50%;
  padding-left: 1rem;
}
.office-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.office-data-container {
  display: flex;
  justify-content: space-between;
}
.office-data-info {
  border: 1px solid blue;
}

.office-contact {
  padding: 0.85rem 1rem;
  //background-color: #cdcdcd;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.office-contact p {
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}
.office-desc {
  //padding: 1rem;
  background-color: #dedede;
  height: 100%;
}

.office-meta__map {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden; /* clips the iframe to the border-radius */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16 / 9;
  margin: 3rem auto;
  border: 1px solid #dedede;
}

.office-meta__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.staff-display-section {
  margin: 2rem auto;
  border: 1px soilid gray;
}
.staff-display-section h3 {
  text-align: center;
}
