/*** Page ***/



.page_title {
	margin: 10px auto 20px auto;

	font-size: 2.5em;
	text-align: center;
}

.page_logo {
	margin: auto;
	padding: 40px;

	height: 100px;

	background-color: var(--seashell);
	background-size: 110px;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 13px 27px -5px;
}

.page_title_wrapper {
	margin-bottom: 40px;
}



/*** Sections ***/



.section_title {
	margin: 0px 20px 20px 20px;
}

.section_container {
	margin-bottom: 60px;
	margin-top: 20px;
}

.text_container {
	text-align: justify;
	height: fit-content;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: 10px solid var(--violetred);
}

.upper_text_container {
	margin-top: 60px;
}

@media (min-width: 1025px) {
	.unset_container_design {
		margin-top: unset;
		margin-bottom: unset;
		height: unset;
		box-shadow: none;
		background-color: unset;
	}

	.two_text_containers_wrapper {
		background-color: var(--seashell);
		border-radius: 35px;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 13px 27px -5px;
	}

	.upper_text_container {
		box-shadow: rgba(0, 0, 0, 0.3)  -20px 0px 15px -5px;
		margin-top: unset;
	}

	.section_container {
		margin-bottom: 100px;
		margin-top: 20px;
	}
	.text_container {
		margin-top: auto;
		margin-bottom: auto;
	}
}
