.block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .block {
    padding: 30px 0;
  }
}

.section + .section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section + .section {
    margin-top: 40px;
  }
}
.section h2 {
  color: #fff;
  width: calc(50% + 500px);
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: calc(100% - 10px);
  box-sizing: border-box;
  background: #9e9073;
  font-size: 30px;
  line-height: 1;
  padding: 17px 48px 23px;
  margin: 0 0 27px;
}
.section h2 small {
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  .section h2 {
    font-size: 45px;
  }
  .section h2 small {
    font-size: 35px;
  }
}
.section .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section .group-img {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 399px;
  max-width: 40%;
}
.section .group-img.group-img2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.section .group-img.group-img2 .img {
  width: calc(50% - 2.5px);
}
.section .group-img.group-img2 .img:first-child {
  width: 100%;
}
.section .group-content {
  width: 562px;
  max-width: 56.2%;
}
.section .group-content .address {
  font-size: 18px;
  line-height: 1.07;
  letter-spacing: 0.06em;
  color: #000;
  margin: 0 0 5px;
}
.section .group-content .list-tag {
  display: flex;
  gap: 9px;
  margin: 0 0 30px;
}
.section .group-content .list-tag li {
  background: #e2ded9;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0;
  padding: 0 6px;
}
.section .group-content .title {
  color: #fff;
  background: #d1cabf;
  font-size: 22px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 0 25px;
}
.section .group-content .title ~ .title {
  margin-top: 25px;
}
.section .group-content .txt {
  letter-spacing: 0;
  font-size: 18px;
}
.section .group-content .txt2 {
  line-height: 1.585;
  letter-spacing: -0.05em;
}

.section .group-content .txt2+.txt2 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section h2 {
    font-size: 17px;
    width: 296px;
    padding: 5px 15px 7px;
    margin: 0 0 8px;
  }
  .section h2 small {
    font-size: 13px;
  }
  .section .wrap {
    padding: 0 18px 0 8px;
  }
  .section .group-img {
    gap: 2px;
  }
  .section .group-img.group-img2 .img {
    width: calc(50% - 1px);
  }
  .section .group-img.group-img2 .img:first-child {
    width: 100%;
  }
  .section .group-content .address {
    font-size: 8px;
    line-height: 1;
  }
  .section .group-content .list-tag {
    margin: 0 0 9px;
  }
  .section .group-content .list-tag li {
    font-size: 9.5px;
    line-height: 13px;
    padding: 0 3px;
  }
  .section .group-content .title {
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 1.5px 5px;
    margin: 0 0 3px;
  }
  .section .group-content .title ~ .title {
    margin-top: 6px;
  }
  .section .group-content .txt, .section .group-content .txt2 {
    font-size: 8.5px;
    line-height: 1.29;
  }
}