.section {
	margin-bottom: 3rem;
}

.section_title {
	margin-top: 2.2rem;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #0d0633
}

.subsection_title {
	margin-top: 1.5rem;
	margin-bottom: 1.2rem;
	font-size: 1.3rem;
	font-weight: bold;
	color: #0d0633
}

.normal_sentence {
	font-size: 1rem;
	text-align:justify;
}

.indent1 {
	margin-left: 1rem;
}

.organizer_info {
	height: 6rem;
}
.organizer_logo {
	height: 4rem;
	margin: auto 0;
}
.organizer_name {
	height: auto;
	margin: auto 0;
	margin-left: 3rem;
}

img {
	height: 100%;
	width: auto;
}

@media screen and (max-width: 1200px) {
	.section_title {
		font-size: 1.2rem;
	}

	.normal_sentence {
		font-size: 0.9rem;
	}
}