.container{box-sizing:border-box;background:linear-gradient(135deg,#fff6f8,#ffe4ec,#fff);flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;min-height:85vh;padding:100px 80px 60px;font-family:Rubik,sans-serif;display:flex}.textSection{flex:400px;max-width:600px;margin-bottom:30px}.headingTop{color:#000;margin-top:70px;margin-bottom:-30px;font-size:clamp(36px,8vw,90px);font-weight:500}.headingBottom{color:#720f0f;margin-top:20px;margin-bottom:10px;font-size:clamp(36px,9vw,95px);font-weight:600}.description{color:#333;margin-top:0;margin-bottom:20px;font-size:clamp(16px,2vw,25px);line-height:1.4}.imageSection{flex:400px;justify-content:flex-end;display:flex}.image{width:100%;max-width:750px;height:auto;animation:3s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%{filter:drop-shadow(0 0 #720f0f33);transform:scale(1)}50%{filter:drop-shadow(0 0 18px #720f0f59);transform:scale(1.05)}to{filter:drop-shadow(0 0 #720f0f33);transform:scale(1)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-30%)}}
