.custom-block-wrapper{position:relative;padding:40px;max-width:1000px;margin:auto}.text-side{background-color:#8c5aff;padding:30px;border-radius:25px;position:relative;z-index:2;transform:rotate(-3deg);display:flex;align-items:center;justify-content:space-between}.text-side img{width:45%;height:auto;border-radius:25px}.text-content{width:50%;padding:20px;color:#fff}.text-side:before{content:'';position:absolute;top:-15px;left:-15px;width:100%;height:100%;background-color:#f0ff00;border-radius:25px;z-index:-1;transform:rotate(3deg)}@media (max-width:768px){.text-side{flex-direction:column;transform:rotate(0deg)}.text-side img{width:100%;margin-bottom:20px}.text-side:before{transform:rotate(0deg)}}