main
{
	display: grid;
	grid-template-columns: repeat(20, 1fr);
	gap: 10px;
}

.top-full
{
/*	background-color: rgb(45, 155, 83);*/
    background-color: rgb(252, 245, 231);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	grid-column: 1/21;
	min-height: 70px;
	font-family: var(--fontFamily-varela_round);
	font-size: 26px;
	align-items: center;
	justify-content: center;
/*	border: 2px solid blue;*/
}

.works_middle
{
/*	font-family: var(--fontFamily-cambria_serif);*/
	font-family: 'Varela Round', sans-serif;
	font-size:16px;
/*	border: 2px solid greenyellow;*/
}

article
{
	display: grid;
	grid-template-columns: repeat(20, 1fr);
	background-color: var(--bg-white);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin-bottom: 5px;
/*	border: 1px dashed olivedrab;*/
}

.works_article_content
{
	margin-top: 4%;
/*	border: 1px dashed olivedrab;*/
}

.works_article_content p
{
	line-height:1.5;
	text-align:justify;
	text-indent:20px;
/*	padding: 0px 10px 10px 10px;*/
/*	border: 1px dashed olivedrab;*/
}

.works_middle_imsges_left h3,
.works_middle_imsges_left p
{
	margin-left: 9%;
/*	border: 1px solid red;*/
}

.works_middle_imsges_right h3,
.works_middle_imsges_right p
{
	margin-left: 5%;
/*	border: 1px solid red;*/
}

.works_middle_imsges_left img,
.works_middle_imsges_right img
{
	margin-top: 5%;
	margin-bottom: 1%;
/*	border: 1px solid red;*/
}

.works_middle_imsges_center
{
	grid-column: 1/21;
/*	margin-top: 5%;*/
/*	border: 1px solid red;*/
}

.works_middle_imsges_center h3,
.works_middle_imsges_center p
{
	margin-left: 4%;
/*	border: 1px solid red;*/
}

.works_middle_imsges_center img
{
	width: 92%;
	margin-top: 3%;
	margin-left: 4%;
}

.bottom-custom
{
	background-color: var(--bg-white);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 0 rgba(0, 0, 0, 0.25);
	grid-column: 7/17;
	font-family: var(--fontFamily-varela_round);
	font-size: 20px;
	padding: 10px;
/*	border: 2px solid red;*/
}
