.membership-container{background:linear-gradient(88deg,#fff,#7b7b7b);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.membership-content{max-width:1200px;width:100%;display:flex;gap:4rem;align-items:flex-start}.membership-left{flex:1 1}.membership-left h1{font-size:4rem;color:#1e3a8a;margin-bottom:2rem;font-weight:700}.user-icon-circle,.user-icon-container{display:flex;justify-content:center}.user-icon-circle{align-items:center}.membership-right{flex:1 1}.membership-text{font-size:1rem;color:#fff;line-height:1.5;margin-bottom:2rem}.stats-container{display:flex;flex-direction:column;gap:1.5rem}.total-members{border:1px solid #fff;border-radius:2rem;padding:.75rem 1.5rem;display:flex;font-weight:700;justify-content:space-between;align-items:center;color:#fff;font-size:1.25rem}.member-count{font-size:2.5rem;font-weight:700}.gender-stats{display:flex;justify-content:space-between;gap:1rem}.stat-box{flex:1 1;max-width:250px;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.stat-box.male{background-color:#1e2689;color:#fff}.stat-box.female{background-color:#e0e7ff;color:#1e3a8a}.percentage{font-size:3.2rem;font-weight:700;margin-bottom:.5rem}.label{font-size:2.25rem}@media screen and (max-width:800px){.membership-content{flex-direction:column}.membership-left h1{font-size:2.4rem}.membership-text{font-size:.8rem}.gender-stats{flex-direction:column;align-items:center}.stat-box{width:100%}}@media screen and (min-width:751px) and (max-width:900px){.membership-content{align-items:center}.gender-stats{flex-direction:row!important}}