.module-committee-composition table {width: 100%;}
.module-committee-composition .scroll-table-container {width: 100%;padding: 0 0 0.5px;overflow-y: hidden;overflow-x: auto;margin-bottom: 0;}
.module-committee-composition table thead tr {background: var(--neutral-3);}
.module-committee-composition table thead tr th {padding: 2.3rem 3.3rem 2.4rem 3.3rem;text-align: center;font-weight:700;}
.module-committee-composition table tbody tr {border-bottom: 0.1rem solid var(--neutral-3);}
.module-committee-composition table tbody tr td {padding: 4.5rem 3.2rem;text-align: center;padding-bottom: 6.1rem;position:relative;}
.module-committee-composition .position-wrapper{margin-top:1.9rem; gap: 2rem;}
.font--committee{font-family: var(--font-eurostile); font-size: 2rem; line-height: 2.4rem; font-weight: 600;}
.module-committee-composition table tbody tr td:first-child, .module-committee-composition table thead tr th:first-child{text-align: left;}

@media (min-width: 768px){
 .module-committee-composition .position-wrapper{gap: 5.2rem;}
}

/*=== SECTION FULL WIDTH IMAGE ===*/
.section-full-image__wrapper{position: relative; height: 22.1rem;}
.section-full-image__img{position: absolute; height: 100%; width: 100%; top: 0; left: 0; object-fit: cover; object-position: center;}

@media (min-width: 768px){
 .section-full-image__wrapper{position: relative; height: 27.1rem;}
}

@media (min-width: 992px){
 .section-full-image__wrapper{position: relative; height: 32.1rem;}
}

.press-release-details #mmgallerylink{word-break : break-all;}


