/*----------------------------------------------------
 office
--------------------------------------------------- */

.office_image_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  margin-bottom: 96px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .office_image_list {
    flex-direction: column;
  }
}

.office_address {
  color: #324065;
  font-size: 18.2px;
  line-height: 239%;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 64px auto;
  letter-spacing: 0.025em;
}

.office_map {
  margin-top: 96px;
}