
#article > .content > *{
	flex: 1;
}

#article > .content{
	max-width: calc(559px * 2 + 6rem);
	gap:6rem;
	margin: 0 auto;
}

#article > .content > .text-wrapper{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
}

#article > .content > image{
	object-fit: cover;
	display: flex;
	align-items: center;
}


#article > .content > image{
	width: 100%;
	height: 100%;
}


#director > .content{
	display: flex;
	max-width: 986px;
	gap:6rem;
	margin: 0 auto;
}

#director > .content > .text-wrapper > *{
	margin-bottom: 0;
}

#director > .content > .text-wrapper > p:nth-child(1){
	margin-bottom: 0.4em;
}






