@charset "utf-8";

.offices_3d {
  position: relative;
  padding: 0 0 80px;
  background-color: #f6f8fa;
}
.offices_3d_wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px 0;
}

.offices_3d_title_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.offices_3d_title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .offices_3d {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .offices_3d_wrapper {
    padding: 0 24px;
  }
}
