*{
    margin: 0;
    padding: 0;
}
.resi-offer h3{
    font-size: 25px;
    font-weight: 600;
    color: #2e0e50;
    padding: 50px;
    text-align: center;
}
.residental{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.resi-up, .resi-btm{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.resi-up{
    margin: 0 15% 0 10%;
}
.resi-btm{
    margin: 0 10% 0 15%;
}
.box-resi{
    background: linear-gradient(110.49deg, #130622 19.95%, #361256 67.64%, #5C1E92 107.08%, #19082C 156.61%, #130622 183.21%);
    box-shadow: 0px 2.77px 2.21px 0px #00000005;
    box-shadow: 0px 6.65px 5.32px 0px #00000007;
    box-shadow: 0px 12.52px 10.02px 0px #00000009;
    box-shadow: 0px 22.34px 17.87px 0px #0000000B;
    box-shadow: 0px 41.78px 33.42px 0px #0000000D;
    box-shadow: 0px 100px 80px 0px #00000012; 
    padding: 20px;
    border-radius: 15px;
    width: 50%;
    color: #ffffff;
}
.box-resi h4{
    text-align: center;
    padding-bottom: 20px;
}
.box-resi p{
    font-size: 18px;
    line-height: 30px;
}
.info{
    display: flex;
    gap: 20px;
}
.info img{
    width: 150px;
    height: 150px;
}
.implement{
    background: #BEB4C95E;
    display: flex;
    gap: 50px;
    border-radius: 26px;
    margin: 50px 10%;
    align-items: center;
}
.implement img{
    width: 50%;
}
.implement-detail h4{
    color: #5C1E92;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
}
.implement-detail p{
    color: #735E8A;
    padding-bottom: 30px;
}
button{
    align-items: center;
}



@media (max-width: 1024px) {
    .resi-up{
        margin: 0 10% 0 5%;
    }
    .resi-btm{
        margin: 0 5% 0 10%;
    }
    .implement{
        margin: 50px 5%;
    }
    .implement-detail h4{
        font-size: 25px;
    }
  }
  @media (max-width: 768px) {
    .info{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
   
    .implement img{
        width: 50%;
    }
    .implement-detail h4{
      padding-top: 10px;
        padding-bottom: 10px;
    }
    .implement-detail p{
        padding-bottom: 0px;
    }
    button{
        margin-bottom: 10px;
    }
  }
  @media (max-width: 426px) {
    .resi-up, .resi-btm{
        flex-direction: column;
        margin: 0 5%;
    }
    .box-resi{
        width: 100%;
    }
      .implement{
        flex-direction: column;
        text-align: center;
        padding: 40px;
      }
      .implement img{
        width: 100%;
    }
  }