.ipl-logo{
width:clamp(200px,35vw,260px);
margin-bottom:40px;
}

.ipl-title{
font-size:clamp(34px,6vw,54px);
font-weight:600;
letter-spacing:-0.03em;
margin-bottom:40px;
text-align:center;
}

.iframe-wrapper{
width:100%;
max-width:720px;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.25);
background:white;
}

.iframe-wrapper iframe{
width:100%;
height:720px;
border:none;
background:white;
}
