.SubTopPanel {
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
	overflow: hidden;
}

.SubTopPanel_Image {
	display: flex;
	gap: 50px;
	align-items: center;
	background-image: url('test_photo/test6.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.SubTopPanel_Text {
	flex: 1;
	margin-left: auto;
	width: 30%;
	height: max-content;
	padding: 20px;
	background-image: linear-gradient(to left, #FFF0, 0%, #F0F0F0);
	background-size: 70%;
	background-position-x: 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.SubTopPanel_LogoLabel {
	flex: 1;
	align-self: baseline;
	margin-top: 30px;
	margin-left: 30px;
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('saqqara_text.svg');
}

.SubTopPanelPhrase {
	font-size: 60px;
	font-family: 'FontGilroyMedium';
	color: white;
	margin-top: auto;
	text-align: end;
}

.SubTopPanel_Label {
	font-family: 'Font';
	font-size: 30px;
}

.SubTopPanel_Description {
	font-family: 'Font';
	font-size: 16px;
}

.SubTopPanelLeftImage {
	background-image: url('page_image_logo.png');
	width: 50%;
	height: 100%;
	background-size: cover;
}