.content {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: flex-start;
}

.wrap-col-left {
	width:312px;
	min-height: 100%;
	background-color: #5A8BC8;
	color: #fff;
	text-align: right;
	font-family: 'TechnikaLight';
}

.wrap-img {
	border-top: 6px solid #fff;
	width: 100%;
}

.wrap-img img {
	width: 312px;
}

.wrap-col-right {
	color: #000;
	padding-right: 53px;
	padding-left: 53px;
	font-family: 'Arial Narrow', sans-serif;	
}

.lab-content, .note, .note2 {
	position: relative;
	font-size: 20px;
}

.pagename {
	font-size: 20px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 12px;
}

.col-left-content {
	padding-top: 78px;
	padding-right: 15px;	
}

.lang-title {
	font-size: 20px;
	padding-bottom: 20px;
}

.wrap-lang {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 20px;
}

/* LAB CONTENT */

.lab-content h1 {
	margin: 0;
	padding-top: 46px;
	font-size: 36px;
	padding-bottom: 28px;
}

.button {
	background-color: #000;
	color: #fff;
	width: fit-content;
	display: flex;
	align-items: center;
}

.warp-buttons {
	display: flex;
}

.button .material-symbols-outlined {
	font-size: 20px;
	padding-right: 5px;
}

.note {
	padding-top: 75px;
	padding-bottom: 75px;
}

.note-title {
	font-weight: bold;
	margin-bottom: 3px;
}

.note2 {
	padding-top: 21px;
}

.lang a {
	text-decoration: none;
	color: #fff;
}

.lang {
	padding-bottom: 3px;
}

.lang a:hover {
	text-decoration: none;
	color: #000;
}

.lang a.active {
	color: #000;
}

.footer {
	padding-bottom: 60px;
}

.lab-content h2 {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 22px;
}

.red {
	color: red;
}