.home-info {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "home-info__left home-info__right-top" "home-info__left home-info__right-bottom";
}

.home-info__left {
  grid-area: home-info__left;
}

.home-info__right-top {
  grid-area: home-info__right-top;
}

.home-info__right-bottom {
  grid-area: home-info__right-bottom;
}

.home-info-l {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F0F6F8;
}
.home-info-l__title {
  max-width: 470px;
  padding: 60px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.home-info-l__img img {
  display: block;
}

.home-info-map {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  min-height: 415px;
  padding: 60px;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  background: url("../../img/home-info-map.png") center no-repeat #F0F6F8;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.home-info-map__title {
  margin-bottom: 8px;
  max-width: 160px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.backgroundcliptext .home-info-map__title {
  background: linear-gradient(87.42deg, #dd7a8b 2.85%, #d66fde 8.51%, #5a3bfe 16.29%, #242544 82.23%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-info-map__title span {
  font-size: 80px;
  line-height: 1;
}
.home-info-map__desc {
  max-width: 300px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.home-info-year {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  min-height: 415px;
  padding: 60px 340px 60px 60px;
  color: #000;
  background-color: #F0F6F8;
  border-radius: 10px;
  overflow: hidden;
}
.home-info-year__title {
  margin-bottom: 12px;
  max-width: 160px;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
.backgroundcliptext .home-info-year__title {
  background: linear-gradient(87.42deg, #dd7a8b 2.85%, #d66fde 8.51%, #5a3bfe 16.29%, #242544 82.23%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-info-year__desc {
  max-width: 160px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.home-info-year__img {
  position: absolute;
  width: 250px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  bottom: 0;
  right: 44px;
}
.home-info-year__img img {
  display: block;
  max-width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .home-info {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }

  .home-info__left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .home-info__right-top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .home-info__right-bottom {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1199px) {
  .home-info {
    margin-top: 60px;
    gap: 24px 24px;
  }

  .home-info-l__title {
    padding: 45px 40px 0;
  }

  .home-info-map {
    min-height: 300px;
    padding: 40px;
  }

  .home-info-year {
    min-height: 300px;
    padding: 40px 250px 40px 40px;
  }
  .home-info-year__img {
    width: 180px;
  }
}
@media (max-width: 1019px) {
  .home-info-l__title {
    padding: 28px 18px 14px;
    font-size: 18px;
    line-height: 1.55556;
  }

  .home-info-map {
    min-height: 214px;
    padding: 28px;
  }
  .home-info-map__title {
    font-size: 18px;
    line-height: 1.33334;
  }
  .home-info-map__title span {
    font-size: 50px;
    line-height: 1.2;
  }
  .home-info-map__desc {
    font-size: 18px;
    line-height: 1.33334;
  }

  .home-info-year {
    min-height: 214px;
    padding: 28px 180px 28px 28px;
  }
  .home-info-year__img {
    width: 120px;
    right: 30px;
  }
  .home-info-year__title {
    font-size: 50px;
    line-height: 1.2;
  }
  .home-info-year__desc {
    font-size: 18px;
    line-height: 1.33334;
  }
}
@media (max-width: 1019px) {
  .home-info {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .home-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-columns: 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas: "home-info__left" "home-info__right-top" "home-info__right-bottom";
  }

  .home-info__left {
    grid-area: home-info__left;
  }

  .home-info__right-top {
    grid-area: home-info__right-top;
  }

  .home-info__right-bottom {
    grid-area: home-info__right-bottom;
  }

  .home-info-l__title {
    max-width: none;
    padding: 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .home-info-l__img img {
    max-width: 312px;
    margin: 0 auto;
  }

  .home-info-map {
    padding: 24px;
  }
  .home-info-map__title {
    margin-bottom: 0;
  }
  .home-info-map__title span {
    font-size: 40px;
  }
  .home-info-map__desc {
    font-size: 16px;
    line-height: 1.25;
  }

  .home-info-year {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .home-info-year__title {
    margin-bottom: 0;
    font-size: 40px;
  }
  .home-info-year__desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .home-info-l__img img {
    max-width: 290px;
  }

  .home-info-year {
    padding-right: 152px;
  }
  .home-info-year__img {
    right: 16px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .home-info {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto auto auto;
  }

  .home-info__left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .home-info__right-top {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .home-info__right-bottom {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
