.profile-section-container{background:#f8f8f8;display:flex;justify-content:center;padding:50px 0}.profile-section-image-wrapper{flex:0 0 45%}.profile-section-image{width:100%;height:100%;object-fit:cover}.profile-section-text-wrapper{flex:1;padding:40px;position:relative}.profile-section-close-btn{position:absolute;top:20px;right:20px;background:#eb2428;color:white;border:none;border-radius:50%;font-size:22px;cursor:pointer;width:35px;height:35px;line-height:35px;text-align:center}.profile-section-name{font-size:1.8rem;font-weight:700;color:#eb2428;margin-bottom:10px}.profile-section-role{font-size:1rem;font-weight:600;color:#333;margin-bottom:20px}.profile-section-description{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:15px}.profile-section-wrapper{display:flex;max-width:1200px;background:white;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;border-radius:8px;width:100%;position:relative}.profile-section-footer-image{position:absolute;bottom:0;right:0;max-width:120px;height:auto;z-index:2}@media (max-width:900px){.profile-section-wrapper{flex-direction:column}.profile-section-image-wrapper{flex:0 0 auto;height:300px}}