*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;overflow-x:hidden}.section1{display:flex;align-items:center;width:83%;height:92vh;margin:auto}.section2,.section3{width:100%;background:#f6f7f8;display:flex}.section1>.left{width:50%;display:flex;flex-direction:column;justify-content:center;gap:30px}.section1 .caption{font-size:3rem;font-weight:700}.section1 .text{color:#818181}.section1>.right{width:50%;height:100%;background-image:url(../IMG/med.webp);background-size:contain;background-repeat:no-repeat;background-position:center}.section2{padding:80px 5%;gap:50px;flex-wrap:wrap}.section2 .left{width:45%;font-size:2rem;font-weight:700}.section2 .right{width:50%;font-size:1rem;color:#5e5e5e;line-height:1.6}.section3{justify-content:space-between;padding:50px 5%;gap:30px;flex-wrap:wrap}.section3 .card{width:30%;background:#fff;border-radius:12px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s;cursor:pointer}.section3 .card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.section3 .card .icon{font-size:50px;color:#0052cd;margin-bottom:15px}.section3 .card h3{color:#000;line-height:60px;margin-bottom:15px}.section3 .card p{color:#818181;text-align:center;font-size:.95rem}.section3 .card button{background:#0052cd;color:#fff;border:none;padding:12px 25px;border-radius:50px;cursor:pointer;transition:.3s}.section3 .card button:hover{background:#003d98;transform:scale(1.05)}@media(max-width:1024px){.section1{flex-direction:column;height:auto;margin-top:60px;text-align:center}.section1>.right{min-height:400px}.section1>.left{width:100%;margin-bottom:20px;align-items:center}.section1 .caption,.section1>.right,.section2 .left,.section2 .right,.section3 .card{width:100%}.section2,.section3{flex-direction:column;text-align:center}}@media(max-width:608px){.section1{height:auto}.section1 .caption{font-size:2rem}.section2 .left{font-size:1.5rem}}