.value-prop-container{display:flex;position:relative;width:100%;min-height:200vh;padding:2rem;background:linear-gradient(180deg,#25386b,#0b032d);color:white;font-family:var(--font-outfit)}.value-prop-image{position:sticky;top:10vh;height:80vh;flex:1;display:flex;align-items:center;justify-content:center}.value-prop-img{width:100%;max-width:450px;padding:30px;height:auto;margin-top:100px;background-color:#8ed200;object-fit:cover;border-radius:1000px;box-shadow:0 0 30px rgba(0,255,200,.25);transition:transform .4s ease-in-out}.value-prop-img:hover{transform:scale(1.1)}.value-prop-text{flex:1;display:flex;flex-direction:column;gap:5vh;padding-left:2rem}.value-prop-title{font-size:3rem;font-weight:700;color:#bffb39;margin-bottom:2rem;line-height:1.5;margin-right:12rem}.value-prop-paragraph{font-size:1.5rem;text-align:justify;line-height:1.5;color:#e2e8f0;margin-right:14rem}.value-prop-block{min-height:100vh;display:flex;flex-direction:column;justify-content:center;font-size:1.5rem;line-height:2.2rem}@media screen and (max-width:768px){.value-prop-container{padding:1rem}.value-prop-img{max-width:250px;padding:15px}.value-prop-text{padding-left:1rem}.value-prop-title{font-size:1.65rem;margin-right:2rem}.value-prop-paragraph{font-size:1rem;margin-right:2rem}}