/* PAGE */

/*
body, .site-header {
	background-color: #F8F8F8;
}
*/

/*
.nomakeup-container {
	background-color: #F8F8F8;
}
*/
.nomakeup-container__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #131313;
	margin-top: 0;
    width: 100%;
}
.nomakeup-container.page {
	padding-top: 50px;
	padding-bottom: 120px;
}

.nomakeup-page-block {
	padding: 40px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.6px;
	color: #393939;
}
.nomakeup-page-block .size-full {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.nomakeup-container.page {
		padding-top: 48px;
	}
	.nomakeup-page-block {
		padding: 40px 14px;
	}
	.nomakeup-page-block ul,
	.nomakeup-page-block ol {
		padding-left: 20px;
	}
}

/* .nomakeup-page-block.first {
	margin-right: 12px;
	padding: 40px;
} */

.nomakeup-page-block .title {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #131313;
	margin-top: 0;
}
	
/* @media screen and (max-width: 768px) {
	.nomakeup-container.page {
		flex-direction: column;
	}
	.nomakeup-page-block {
		width: 100%;
	}
	.nomakeup-page-block.first {
		order: 2;
	}
	.nomakeup-page-block.second {
		order: 1;
	}
} */

.magic-container.first-container {
	padding-top: 0;	
}

.magic-container-grey {
	padding: 40px 80px 80px 80px;
	background-color: rgba(57, 57, 57, 0.05);
	color: #131313;
	width: 100%;
}
.magic-container-grey img[class*="wp-image"]{
	max-width: 100%;
	height: auto;
}
.magic-container-grey h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
}
.magic-container-grey h3 {
	font-size: 16px;
	line-height: 25px;
}

.magic-container-grey h1,
.magic-container-grey h2 {
	margin-top: 40px;
}
.magic-container-grey h3 {
	margin-top: 20px;
	font-weight: 500;
}

.magic-container-grey ol,
.magic-container-grey ul {
	margin-left: 20px;
	font-size: 14px;
}

.magic-container-grey p {
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width: 768px) {
	.magic-container-grey {
		padding: 8px 40px 40px 40px;
	}
	.magic-container-grey h1,
	.magic-container-grey h2,
	.magic-container-grey h3 {
		margin-top: 32px;
	}
}

@media screen and (max-width: 360px) {
	.magic-container-grey {
		padding: 6px 20px 40px 20px;
	}
	.magic-container-grey h1,
	.magic-container-grey h2,
	.magic-container-grey h3 {
		margin-top: 24px;
	}
}