.home-service-cont {
    width: 31%;
    height: 100%;
    background: #F5F3ED;
    border-radius: 0.4rem;
    overflow: hidden;
}
.home-service-cont img:hover {
        transform: scale(1.2)
    }
.hs-imgbox-cover {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.hs-imgbox-cover img {
    width: 100%;
    transition: all .66s ease;
}
.hs-imgbox-cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-service-text {
    padding: 26px 28px 35px;
}
.home-service-text .std-h4 {
    margin-bottom: 0.35rem;
    font-size:32px;
        color: #000;
        line-height:1.5
}
.home-service-text dt {
    display: flex;
    margin-bottom: 15px;
}
.home-service-text-img {
    position: relative;
    height: 100%;
}
.open.home-service-text-img img:first-child {
    transform: scale(1);
}
.home-service-text-img img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    width: 14px;
}
.home-service-text-img img:last-child {
    transition: all .6s ease-in-out;
}
.open.home-service-text-img img:last-child {
    transition-delay: .5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.home-service-text dt p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% - 22px);
    padding-left: 15px;
}
.home-service-text-img img:first-child {
    transition: all .36s ease-out;
}
.std-h4 i{
    font-style: normal;
    font-size: 0.24rem;
}
.parallax-container {
  overflow: hidden; 
  height: 750px;    
  width: 100%;
  position: relative;
}
.parallax-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
   border-radius: 29px;
}
