.home-our-offices .paragraph__18 {
  max-width: 1082px;
}
.home-our-offices {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-our-offices_list_box {
  padding: 6px 6px 6px 20px;
  border-radius: 15px;
  background: white;
  gap: 10px;
  position: absolute;
  overflow: hidden;
  left: 20px;
  right: 20px;
  justify-content: space-between;
  bottom: 20px;
}
.home-our-offices_list__item {
  position: relative;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.home-our-offices_list__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-our-offices_list {
  gap: 26px;
}
.home-our-offices_list_box__title {
  display: block;
  color: #69745d;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px; /* 110% */
  margin-bottom: 5px;
  letter-spacing: -0.1px;
}
.home-our-offices_list_box__location {
  color: #313131;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: 0; /* 0% */
}
.home-our-offices_list_box_left img {
  min-width: 104px;
  width: 100%;
  max-width: 104px;
}
.home-our-offices_list {
  margin-bottom: 34px;
}
.home-our-offices_newsletter {
  padding: 25px 35px;
  background: white;
  border-radius: 20px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: #fff;
}
.home-our-offices_newsletter__left {
  max-width: 50%;
}
@media only screen and (max-width: 1560px) {
  .home-our-offices_list_box__location {
    white-space: inherit;
    line-height: 1;
  }
  .home-our-offices_list_box_left img {
    min-width: 70px;
    width: 100%;
    max-width: 70px;
  }
}
@media only screen and (max-width: 1336px) {
  .home-our-offices_list_box_left img {
    display: none;
  }
  .home-our-offices_list_box__title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-our-offices_list {
    flex-wrap: wrap;
  }
  .home-our-offices_list__item {
    flex: unset;
    width: calc(50% - 15px);
  }
  .home-our-offices_list_box_left img {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .home-our-offices_list__item {
    width: 100%;
  }
  .home-our-offices_list_box_left img {
    min-width: 104px;
    width: 100%;
    max-width: 104px;
  }
  .home-our-offices_newsletter__left {
    max-width: 100%;
  }
}
.home-our-offices_list_box_left {
  max-width: calc(100% - 104px);
}
.home-our-offices_list_box_left a {
  white-space: unset;
  line-height: 1.4;
  display: block;
}
