.main-component{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;box-shadow:0 8px 25px rgba(66,35,255,.3);display:grid;grid-template-columns:1fr 1fr;height:650px;overflow:hidden;position:relative;width:100%}.left-column{align-items:center;display:flex;justify-content:center;padding:30px}.content-box{background-color:#fff;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:25px;text-align:center;width:100%}.content-box h2{color:#4223ff;font-size:24px;font-weight:700;margin-bottom:15px}.content-box p{color:#333;line-height:1.6;margin-bottom:10px}.content-box .highlight{color:#4223ff;font-weight:700}@media (max-width:768px){.main-component{grid-template-columns:1fr;height:auto;min-height:400px}.left-column{padding:20px}.content-box{margin-bottom:20px;max-width:none}}