.title {
    display: none;
}
h2 {
    text-align: center;
}
h2 {
	color: #0361f9;
	font-size: 1.5rem;
	margin: 0 auto;
    font-weight: bold;
    border-bottom: 2px solid silver;
	text-align: center;
}
.organizers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 0px);
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
.organizers-inner {
    max-width: 500px;
	z-index: 3;
	position: relative;
}
.organizers-title {
	font-size: clamp(1.5rem, 10vw, 2rem);
	font-weight: 700;
	max-width: 1000px;
	padding: 10px;
	z-index: 3;
	position: relative;
    color: #5851ff
}
.organizers-list {
	margin: 0 auto;
	display: flex;
    justify-content: center;
    gap: 1rem;
	position: relative;
    z-index: 10;
    padding: 2rem;
	height: 100%;
	width: 100%;
    max-width: 1000px;
}
.organizers-inner table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1.5em;
}

.organizers-inner th,
.organizers-inner td {
    padding: 12px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
}

.organizers-inner th {
    background-color: #f5f5f5;
    font-weight: 700;
}

.organizers-inner td strong {
    font-weight: 600;
}