.container-wrapper{display:flex;justify-content:center;width:100%}.container{display:flex;gap:15px;flex-wrap:wrap;margin:auto;align-items:stretch}.membership-iframe{flex:0 0 550px;max-width:100%;min-width:280px;border:none;overflow:hidden}.info-box{flex:0 0 400px;min-width:280px;max-width:500px;border:2px solid #e32926;border-radius:16px;padding:12px;box-sizing:border-box;margin-top:55px;margin-bottom:20px;color:black}.info-box h2{color:#e32926;font-weight:bolder}.header-image{display:block;width:calc(100%);max-width:900px;margin:0 auto;height:auto;border-radius:16px}.header-text{text-align:center;color:rgb(233,5,5);font-weight:900;font-size:3.5rem;margin:20px auto;max-width:900px;width:100%;box-sizing:border-box}@media (max-width:768px){.container{flex-direction:column;margin-left:5%;margin-right:5%}.info-box{margin:15px 0 0;height:auto}.membership-iframe{width:100%;height:550px}.header-image{display:none}}