.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

h1 {
  font-size: 2.25rem;
}

#office_img {
  margin: 5rem 0;
}
#office_img > img {
  width: 100%;
  margin: 0 auto 3rem;
}

#description {
  display: flex;
  justify-content: center;
  height: 25rem;
}

@media screen and (max-width: 1000px) {
  #office_img > img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 3rem;
  }
}

@media screen and (max-width: 500px) {
  #description {
    height: auto;
  }
}