.group-images {
    display: flex;
    gap: 20px;
}
.welcome-living-space .inner-content .left-content .top-two-image {
    width: 39%;
}
.welcome-living-space .inner-content .left-content .bottom-two-image {
    width: 59%;
}
.welcome-living-space .inner-content .left-content .group-images img{
  margin-left:0;
  height:100%;
}

.welcome-living-space .inner-content .left-content .bottom-two-image .spaceing-image-4 {
    margin-top:20px;
}

.welcome-living-space .inner-content .left-content  .spaceing-image-1 {
    max-height: 299px;
    overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}
.welcome-living-space .inner-content .left-content  .spaceing-image-1 img{
  border-top-left-radius: 20px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  max-width: 293px;
}
.welcome-living-space .inner-content .left-content .spaceing-image-2{
  margin-top: -64px;
  max-height:214px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius:20px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  padding-right: 98px;
}
.welcome-living-space .inner-content .left-content .spaceing-image-2 img{
  border-top-left-radius: 24px;
border-top-right-radius:20px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}
.welcome-living-space .inner-content .left-content .spaceing-image-3 {
    max-height: 166px;
    overflow: hidden;
    margin-top:20px;
   text-align:right;
  border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:20px;
border-bottom-right-radius:4px;
    max-width: 173px;
  margin-left: auto;
}
.welcome-living-space .inner-content .left-content .spaceing-image-3 img{
  border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:20px;
border-bottom-right-radius:4px;
  
}
.welcome-living-space .inner-content .left-content .spaceing-image-4{
    max-height:262px;
    overflow: hidden;
  border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:20px;
}
.welcome-living-space .inner-content .left-content .spaceing-image-4 img{
  border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:20px;
}
.welcome-living-space {
  background: #fff;
}
.welcome-living-space  .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 300px 30px 135px;
  display: flex;
  flex-wrap: wrap;
}

.welcome-living-space  .inner-content .left-content {
  width: 48%;
  position: relative;
}
.welcome-living-space  .inner-content .left-content:before {
  position: absolute;
  content: '';
  top:-300px;
  left:118px;
  background: url('/template/1c00245a/images/welcome-left-bg1.png') no-repeat;
  display: block;
  height: 927px;
  width:513px;
}
.welcome-living-space .inner-content .left-content img{
  z-index: 1;
  
  position: relative;
  margin-left: 55px;
}
.welcome-living-space  .inner-content .right-content {
  width: 52%;
  padding: 0 0 0 90px;
}
.welcome-living-space  .inner-content .right-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 25px;
  padding: 0;
  color: #221F20;
}
.welcome-living-space  .inner-content .right-content h2 span{
  display: block;
}
.welcome-living-space  .inner-content .right-content p{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgba(34, 31, 32, 0.9);
}
.welcome-living-space .inner-content .right-content p:last-child{
  margin: 0;
}
.welcome-living-space .inner-content .right-content a{
  margin: 35px 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none;
  color: rgba(34, 31, 32, 1);
  display: block;
}
.welcome-living-space .inner-content .right-content a span{
  margin: 0 12px 0 0;
}
.welcome-living-space .inner-content .right-content a:hover{
  color: #484848;
}
.welcome-living-space .inner-content .right-content a:hover svg path{
  fill: #484848;
}

