#about{display:flex;justify-content:space-evenly;padding:40px 20px;background-color:#fff;box-sizing:border-box;width:100%;flex-direction:column;gap:50px;padding-bottom:60px}#about .text{padding:20px;background-color:#f9f9f9;border-radius:8px;margin-top:20px;max-width:min(95%,1200px);margin:0 auto;font-family:Arial,sans-serif;color:#333;line-height:1.6}#about .text h2{width:10em;line-height:1.2;padding-left:10px;margin-bottom:15px;border-bottom:2px solid #333}#about .text .section{margin-top:20px}#about .text .section h3{color:#2e3b4e;border-bottom:2px solid #2e3b4e;padding-bottom:5px}#about .text .section p{margin:10px 0;font-size:16px}#about .text .section ul{margin:10px 0;padding-left:20px}#about .text .section ul li{margin-bottom:5px}#about .text .section strong{font-weight:bold}#about #executive-committee,#about #scientific-committee{text-align:center}#about #executive-committee .section-title h2,#about #scientific-committee .section-title h2{font-size:2rem;margin-bottom:20px;color:#2e3b4e}.person-window{width:100%;height:100dvh;background-color:#f0f0f0;position:absolute;top:0;left:0;box-sizing:border-box;z-index:9999;overflow:auto;display:none}.person-window .close{fill:#3b1e29;position:absolute;top:15px;right:15px;cursor:pointer}.person-window img.background{width:100%;height:100%;opacity:.2;position:absolute;bottom:0;right:0;-o-object-fit:cover;object-fit:cover;z-index:-1}.person-window .text{width:100%;height:100%;overflow-y:auto;padding:30px;max-width:min(95%,800px);margin-left:10%}.person-window h3{font-size:1.5em;color:#3b1e29;margin-top:15px}.person-window p{font-size:1em;color:#555;line-height:1.6}.person-window p strong{color:#3b1e29}.person-window ul{padding-left:20px}.person-window ul li{list-style-type:disc;margin-bottom:5px}@media screen and (max-width: 1000px){.person-window .text{margin-left:2.5%}}